Html Css Color HEX #CB215D Cerise

📋 copy color: '#CB215D'

red 203 ◦ green 33 ◦ blue 93

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

Shades of Cerise #CB215D

Tints of Cerise #CB215D

RGB

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

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

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

R = 61.7%
G = 10.03%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CB215D (or 0xCB215D) is known color: Cerise. HEX triplet: CB, 21 and 5D. RGB value is (203,33,93). Sum of RGB (Red+Green+Blue) = 203+33+93=329 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.70% from 329); Green value is 33 (13.28% from 255 or 10.03% from 329); Blue value is 93 (36.72% from 255 or 28.27% from 329); Max value from RGB is 203 - color contains mainly: red. Hex color #CB215D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB215D is #34DEA2. Grayscale: #5A5A5A. Windows color (decimal): -3464867 or 6103499. OLE color: 6103499.

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

Color convert

RGB 203 33 93 -
CMYK 0 0.84 0.54 0.20
HSL 338.82º 0.72% 0.46% -
HSV(B) 338.82º 0.84% 0.8% -
XYZ 27.15 14.57 11.74 -
YUV 90.67 129.32 208.12 -
System Red Green Blue C M Y K H S L
Decimal 203 33 93 0 0.84 0.54 0.20 338.82 0.72 0.46
Hex CB 21 5D 0 54 36 14 153 48 2E
Octal 313 41 135 0 124 66 24 523 110 56
Binary 11001011 100001 1011101 0 1010100 110110 10100 101010011 1001000 101110

Color Harmonies of #CB215D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB215D

Black with #CB215D

Text Example


Text Example

White with #CB215D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB215D; }

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

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

background-color css

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

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

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

border-color css

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

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

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