Html Css Color HEX #CF3E5D Cerise

📋 copy color: '#CF3E5D'

red 207 ◦ green 62 ◦ blue 93

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

Shades of Cerise #CF3E5D

Tints of Cerise #CF3E5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.69%

R = 57.18%
G = 17.13%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CF3E5D (or 0xCF3E5D) is known color: Cerise. HEX triplet: CF, 3E and 5D. RGB value is (207,62,93). Sum of RGB (Red+Green+Blue) = 207+62+93=362 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.18% from 362); Green value is 62 (24.61% from 255 or 17.13% from 362); Blue value is 93 (36.72% from 255 or 25.69% from 362); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3E5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3E5D is #30C1A2. Grayscale: #6C6C6C. Windows color (decimal): -3195299 or 6110927. OLE color: 6110927.

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

Color convert

RGB 207 62 93 -
CMYK 0 0.70 0.55 0.19
HSL 347.17º 0.6% 0.53% -
HSV(B) 347.17º 0.7% 0.81% -
XYZ 29.43 17.5 12.18 -
YUV 108.89 119.04 197.98 -
System Red Green Blue C M Y K H S L
Decimal 207 62 93 0 0.70 0.55 0.19 347.17 0.6 0.53
Hex CF 3E 5D 0 46 37 13 15B 3C 35
Octal 317 76 135 0 106 67 23 533 74 65
Binary 11001111 111110 1011101 0 1000110 110111 10011 101011011 111100 110101

Color Harmonies of #CF3E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3E5D

Black with #CF3E5D

Text Example


Text Example

White with #CF3E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3E5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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