Html Css Color HEX #CF2864 Cerise

📋 copy color: '#CF2864'

red 207 ◦ green 40 ◦ blue 100

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

Shades of Cerise #CF2864

Tints of Cerise #CF2864

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.53%

 BLUE value IS 100 (39.45% from 255) = 28.82%

R = 59.65%
G = 11.53%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CF2864 (or 0xCF2864) is known color: Cerise. HEX triplet: CF, 28 and 64. RGB value is (207,40,100). Sum of RGB (Red+Green+Blue) = 207+40+100=347 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.65% from 347); Green value is 40 (16.02% from 255 or 11.53% from 347); Blue value is 100 (39.45% from 255 or 28.82% from 347); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2864 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2864 is #30D79B. Grayscale: #606060. Windows color (decimal): -3200924 or 6564047. OLE color: 6564047.

HSL color Cylindrical-coordinate representation of color #CF2864: hue angle of 338.44º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF2864 is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 40 100 -
CMYK 0 0.81 0.52 0.19
HSL 338.44º 0.68% 0.48% -
HSV(B) 338.44º 0.81% 0.81% -
XYZ 28.79 15.7 13.57 -
YUV 96.77 129.83 206.62 -
System Red Green Blue C M Y K H S L
Decimal 207 40 100 0 0.81 0.52 0.19 338.44 0.68 0.48
Hex CF 28 64 0 51 34 13 152 44 30
Octal 317 50 144 0 121 64 23 522 104 60
Binary 11001111 101000 1100100 0 1010001 110100 10011 101010010 1000100 110000

Color Harmonies of #CF2864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2864

Black with #CF2864

Text Example


Text Example

White with #CF2864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2864; }

 p { color: rgb(207,40,100); }

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

background-color css

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

 a { background-color: rgb(207,40,100); }

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

border-color css

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

 span { border-color: rgb(207,40,100); }

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