#cf3d7f

Color #CF3D7F Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #CF3D7F

Tints of Deep Cerise #CF3D7F

Color information

#CF3D7F (or 0xCF3D7F) is unknown color: approx Deep Cerise. HEX triplet: CF, 3D and 7F. RGB value is (207,61,127). Sum of RGB (Red+Green+Blue) = 207+61+127=395 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.41% from 395); Green value is 61 (24.22% from 255 or 15.44% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3D7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3D7F is #30C280. Grayscale: #707070. Windows color (decimal): -3195521 or 8338895. OLE color: 8338895.

HSL color Cylindrical-coordinate representation of color #CF3D7F: hue angle of 332.88º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF3D7F is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB20761127-
CMYK00.710.390.19
HSL332.88º60.33%52.55%-
HSV(B)332.88º70.53%81.18%-
XYZ31.2318.1421.93-
YUV112.18136.37195.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 52.41%
GREEN value IS 61 (24.22% from 255) = 15.44%
BLUE value IS 127 (50% from 255) = 32.15%
R=52.41%
G=15.44%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2076112700.710.390.19332.8860.3352.55
HexCF3D7F047271314d3c35
Octal31775177010747235157465
Binary1100111111110111111110100011110011110011101001101111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf3d7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf3d7f; }

 p { color: rgb(207,61,127); }

 H1.HeaderClassName
 {
   color: #cf3d7f;
 }
 .AnyTagClassName
 {
   color: #cf3d7f;
 }
</style>
background-color css

<style>
 a { background-color: #cf3d7f; }

 a { background-color: rgb(207,61,127); }

 div.DivClassName
 {
   background-color: #cf3d7f;
 }
 .BgClassName
 {
   background-color: #cf3d7f;
 }
</style>
border-color css

<style>
 span { border-color: #cf3d7f; }

 span { border-color: rgb(207,61,127); }

 td.TdClassName
 {
   border-color: #cf3d7f;
 }
 .TagClassName
 {
   border-color: #cf3d7f;
 }
</style>