Html Css Color HEX #CB215F Cerise

📋 copy color: '#CB215F'

red 203 ◦ green 33 ◦ blue 95

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

Shades of Cerise #CB215F

Tints of Cerise #CB215F

RGB

 RED value IS 203 (79.69% from 255) = 61.33%

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

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

R = 61.33%
G = 9.97%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CB215F (or 0xCB215F) is known color: Cerise. HEX triplet: CB, 21 and 5F. RGB value is (203,33,95). Sum of RGB (Red+Green+Blue) = 203+33+95=331 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.33% from 331); Green value is 33 (13.28% from 255 or 9.97% from 331); Blue value is 95 (37.5% from 255 or 28.70% from 331); Max value from RGB is 203 - color contains mainly: red. Hex color #CB215F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB215F is #34DEA0. Grayscale: #5A5A5A. Windows color (decimal): -3464865 or 6234571. OLE color: 6234571.

HSL color Cylindrical-coordinate representation of color #CB215F: hue angle of 338.12º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB215F is Cyan = 0, Magento = 0.84, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 33 95 -
CMYK 0 0.84 0.53 0.20
HSL 338.12º 0.72% 0.46% -
HSV(B) 338.12º 0.84% 0.8% -
XYZ 27.24 14.61 12.21 -
YUV 90.9 130.32 207.96 -
System Red Green Blue C M Y K H S L
Decimal 203 33 95 0 0.84 0.53 0.20 338.12 0.72 0.46
Hex CB 21 5F 0 54 35 14 152 48 2E
Octal 313 41 137 0 124 65 24 522 110 56
Binary 11001011 100001 1011111 0 1010100 110101 10100 101010010 1001000 101110

Color Harmonies of #CB215F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB215F

Black with #CB215F

Text Example


Text Example

White with #CB215F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB215F; }

 p { color: rgb(203,33,95); }

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

background-color css

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

 a { background-color: rgb(203,33,95); }

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

border-color css

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

 span { border-color: rgb(203,33,95); }

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