Html Css Color HEX #CF3E5B Cerise

📋 copy color: '#CF3E5B'

red 207 ◦ green 62 ◦ blue 91

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

Shades of Cerise #CF3E5B

Tints of Cerise #CF3E5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.28%

R = 57.5%
G = 17.22%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CF3E5B (or 0xCF3E5B) is known color: Cerise. HEX triplet: CF, 3E and 5B. RGB value is (207,62,91). Sum of RGB (Red+Green+Blue) = 207+62+91=360 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.5% from 360); Green value is 62 (24.61% from 255 or 17.22% from 360); Blue value is 91 (35.94% from 255 or 25.28% from 360); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3E5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3E5B is #30C1A4. Grayscale: #6C6C6C. Windows color (decimal): -3195301 or 5979855. OLE color: 5979855.

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

Color convert

RGB 207 62 91 -
CMYK 0 0.70 0.56 0.19
HSL 348º 0.6% 0.53% -
HSV(B) 348º 0.7% 0.81% -
XYZ 29.34 17.47 11.72 -
YUV 108.66 118.04 198.14 -
System Red Green Blue C M Y K H S L
Decimal 207 62 91 0 0.70 0.56 0.19 348 0.6 0.53
Hex CF 3E 5B 0 46 38 13 15C 3C 35
Octal 317 76 133 0 106 70 23 534 74 65
Binary 11001111 111110 1011011 0 1000110 111000 10011 101011100 111100 110101

Color Harmonies of #CF3E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3E5B

Black with #CF3E5B

Text Example


Text Example

White with #CF3E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3E5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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