Html Css Color HEX #CF3368 Cerise

📋 copy color: '#CF3368'

red 207 ◦ green 51 ◦ blue 104

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

Shades of Cerise #CF3368

Tints of Cerise #CF3368

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.09%

 BLUE value IS 104 (41.02% from 255) = 28.73%

R = 57.18%
G = 14.09%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CF3368 (or 0xCF3368) is known color: Cerise. HEX triplet: CF, 33 and 68. RGB value is (207,51,104). Sum of RGB (Red+Green+Blue) = 207+51+104=362 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.18% from 362); Green value is 51 (20.31% from 255 or 14.09% from 362); Blue value is 104 (41.02% from 255 or 28.73% from 362); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3368 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3368 is #30CC97. Grayscale: #676767. Windows color (decimal): -3198104 or 6829007. OLE color: 6829007.

HSL color Cylindrical-coordinate representation of color #CF3368: hue angle of 339.62º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF3368 is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 51 104 -
CMYK 0 0.75 0.50 0.19
HSL 339.62º 0.62% 0.51% -
HSV(B) 339.62º 0.75% 0.81% -
XYZ 29.41 16.63 14.76 -
YUV 103.69 128.18 201.69 -
System Red Green Blue C M Y K H S L
Decimal 207 51 104 0 0.75 0.50 0.19 339.62 0.62 0.51
Hex CF 33 68 0 4B 32 13 154 3E 33
Octal 317 63 150 0 113 62 23 524 76 63
Binary 11001111 110011 1101000 0 1001011 110010 10011 101010100 111110 110011

Color Harmonies of #CF3368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3368

Black with #CF3368

Text Example


Text Example

White with #CF3368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3368; }

 p { color: rgb(207,51,104); }

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

background-color css

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

 a { background-color: rgb(207,51,104); }

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

border-color css

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

 span { border-color: rgb(207,51,104); }

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