Html Css Color HEX #CF3E5F Cerise

📋 copy color: '#CF3E5F'

red 207 ◦ green 62 ◦ blue 95

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

Shades of Cerise #CF3E5F

Tints of Cerise #CF3E5F

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.03%

 BLUE value IS 95 (37.5% from 255) = 26.1%

R = 56.87%
G = 17.03%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CF3E5F (or 0xCF3E5F) is known color: Cerise. HEX triplet: CF, 3E and 5F. RGB value is (207,62,95). Sum of RGB (Red+Green+Blue) = 207+62+95=364 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.87% from 364); Green value is 62 (24.61% from 255 or 17.03% from 364); Blue value is 95 (37.5% from 255 or 26.10% from 364); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3E5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3E5F is #30C1A0. Grayscale: #6D6D6D. Windows color (decimal): -3195297 or 6241999. OLE color: 6241999.

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

Color convert

RGB 207 62 95 -
CMYK 0 0.70 0.54 0.19
HSL 346.34º 0.6% 0.53% -
HSV(B) 346.34º 0.7% 0.81% -
XYZ 29.52 17.54 12.66 -
YUV 109.12 120.04 197.82 -
System Red Green Blue C M Y K H S L
Decimal 207 62 95 0 0.70 0.54 0.19 346.34 0.6 0.53
Hex CF 3E 5F 0 46 36 13 15A 3C 35
Octal 317 76 137 0 106 66 23 532 74 65
Binary 11001111 111110 1011111 0 1000110 110110 10011 101011010 111100 110101

Color Harmonies of #CF3E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3E5F

Black with #CF3E5F

Text Example


Text Example

White with #CF3E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3E5F; }

 p { color: rgb(207,62,95); }

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

background-color css

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

 a { background-color: rgb(207,62,95); }

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

border-color css

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

 span { border-color: rgb(207,62,95); }

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