Html Css Color HEX #CF3F7E Deep Cerise

📋 copy color: '#CF3F7E'

red 207 ◦ green 63 ◦ blue 126

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

Shades of Deep Cerise #CF3F7E

Tints of Deep Cerise #CF3F7E

RGB

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

 GREEN value IS 63 (25% from 255) = 15.91%

 BLUE value IS 126 (49.61% from 255) = 31.82%

R = 52.27%
G = 15.91%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CF3F7E (or 0xCF3F7E) is known color: Deep Cerise. HEX triplet: CF, 3F and 7E. RGB value is (207,63,126). Sum of RGB (Red+Green+Blue) = 207+63+126=396 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.27% from 396); Green value is 63 (25% from 255 or 15.91% from 396); Blue value is 126 (49.61% from 255 or 31.82% from 396); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3F7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3F7E is #30C081. Grayscale: #717171. Windows color (decimal): -3195010 or 8273871. OLE color: 8273871.

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

Color convert

RGB 207 63 126 -
CMYK 0 0.70 0.39 0.19
HSL 333.75º 0.6% 0.53% -
HSV(B) 333.75º 0.7% 0.81% -
XYZ 31.28 18.33 21.63 -
YUV 113.24 135.21 194.88 -
System Red Green Blue C M Y K H S L
Decimal 207 63 126 0 0.70 0.39 0.19 333.75 0.6 0.53
Hex CF 3F 7E 0 46 27 13 14E 3C 35
Octal 317 77 176 0 106 47 23 516 74 65
Binary 11001111 111111 1111110 0 1000110 100111 10011 101001110 111100 110101

Color Harmonies of #CF3F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3F7E

Black with #CF3F7E

Text Example


Text Example

White with #CF3F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3F7E; }

 p { color: rgb(207,63,126); }

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

background-color css

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

 a { background-color: rgb(207,63,126); }

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

border-color css

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

 span { border-color: rgb(207,63,126); }

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