Html Css Color HEX #CF407C Deep Cerise

📋 copy color: '#CF407C'

red 207 ◦ green 64 ◦ blue 124

#CF407C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #CF407C

Tints of Deep Cerise #CF407C

RGB

 RED value IS 207 (81.25% from 255) = 52.41%

 GREEN value IS 64 (25.39% from 255) = 16.2%

 BLUE value IS 124 (48.83% from 255) = 31.39%

R = 52.41%
G = 16.2%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CF407C (or 0xCF407C) is known color: Deep Cerise. HEX triplet: CF, 40 and 7C. RGB value is (207,64,124). Sum of RGB (Red+Green+Blue) = 207+64+124=395 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.41% from 395); Green value is 64 (25.39% from 255 or 16.20% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 207 - color contains mainly: red. Hex color #CF407C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF407C is #30BF83. Grayscale: #717171. Windows color (decimal): -3194756 or 8143055. OLE color: 8143055.

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

Color convert

RGB 207 64 124 -
CMYK 0 0.69 0.40 0.19
HSL 334.83º 0.6% 0.53% -
HSV(B) 334.83º 0.69% 0.81% -
XYZ 31.2 18.39 20.97 -
YUV 113.6 133.88 194.62 -
System Red Green Blue C M Y K H S L
Decimal 207 64 124 0 0.69 0.40 0.19 334.83 0.6 0.53
Hex CF 40 7C 0 45 28 13 14F 3C 35
Octal 317 100 174 0 105 50 23 517 74 65
Binary 11001111 1000000 1111100 0 1000101 101000 10011 101001111 111100 110101

Color Harmonies of #CF407C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF407C

Black with #CF407C

Text Example


Text Example

White with #CF407C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF407C; }

 p { color: rgb(207,64,124); }

 H1.HeaderClassName
 {
   color: #CF407C;
 }
 .AnyTagClassName
 {
   color: #CF407C;
 }
</style>

background-color css

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

 a { background-color: rgb(207,64,124); }

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

border-color css

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

 span { border-color: rgb(207,64,124); }

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