Html Css Color HEX #CF215B Cerise

📋 copy color: '#CF215B'

red 207 ◦ green 33 ◦ blue 91

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

Shades of Cerise #CF215B

Tints of Cerise #CF215B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.97%

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

R = 62.54%
G = 9.97%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CF215B (or 0xCF215B) is known color: Cerise. HEX triplet: CF, 21 and 5B. RGB value is (207,33,91). Sum of RGB (Red+Green+Blue) = 207+33+91=331 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.54% from 331); Green value is 33 (13.28% from 255 or 9.97% from 331); Blue value is 91 (35.94% from 255 or 27.49% from 331); Max value from RGB is 207 - color contains mainly: red. Hex color #CF215B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF215B is #30DEA4. Grayscale: #5B5B5B. Windows color (decimal): -3202725 or 5972431. OLE color: 5972431.

HSL color Cylindrical-coordinate representation of color #CF215B: hue angle of 340º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CF215B is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 33 91 -
CMYK 0 0.84 0.56 0.19
HSL 340º 0.73% 0.47% -
HSV(B) 340º 0.84% 0.81% -
XYZ 28.16 15.11 11.33 -
YUV 91.64 127.65 210.28 -
System Red Green Blue C M Y K H S L
Decimal 207 33 91 0 0.84 0.56 0.19 340 0.73 0.47
Hex CF 21 5B 0 54 38 13 154 48 2F
Octal 317 41 133 0 124 70 23 524 110 57
Binary 11001111 100001 1011011 0 1010100 111000 10011 101010100 1001000 101111

Color Harmonies of #CF215B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF215B

Black with #CF215B

Text Example


Text Example

White with #CF215B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF215B; }

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

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

background-color css

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

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

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

border-color css

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

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

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