Html Css Color HEX #CF3F64 Cerise

📋 copy color: '#CF3F64'

red 207 ◦ green 63 ◦ blue 100

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

Shades of Cerise #CF3F64

Tints of Cerise #CF3F64

RGB

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

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

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

R = 55.95%
G = 17.03%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CF3F64 (or 0xCF3F64) is known color: Cerise. HEX triplet: CF, 3F and 64. RGB value is (207,63,100). Sum of RGB (Red+Green+Blue) = 207+63+100=370 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.95% from 370); Green value is 63 (25% from 255 or 17.03% from 370); Blue value is 100 (39.45% from 255 or 27.03% from 370); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3F64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3F64 is #30C09B. Grayscale: #6E6E6E. Windows color (decimal): -3195036 or 6569935. OLE color: 6569935.

HSL color Cylindrical-coordinate representation of color #CF3F64: hue angle of 344.58º 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 #CF3F64 is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 63 100 -
CMYK 0 0.70 0.52 0.19
HSL 344.58º 0.6% 0.53% -
HSV(B) 344.58º 0.7% 0.81% -
XYZ 29.81 17.74 13.91 -
YUV 110.27 122.21 196.99 -
System Red Green Blue C M Y K H S L
Decimal 207 63 100 0 0.70 0.52 0.19 344.58 0.6 0.53
Hex CF 3F 64 0 46 34 13 159 3C 35
Octal 317 77 144 0 106 64 23 531 74 65
Binary 11001111 111111 1100100 0 1000110 110100 10011 101011001 111100 110101

Color Harmonies of #CF3F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3F64

Black with #CF3F64

Text Example


Text Example

White with #CF3F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3F64; }

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

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

background-color css

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

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

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

border-color css

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

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

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