Html Css Color HEX #CB2889 Deep Cerise

📋 copy color: '#CB2889'

red 203 ◦ green 40 ◦ blue 137

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

Shades of Deep Cerise #CB2889

Tints of Deep Cerise #CB2889

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.53%

 BLUE value IS 137 (53.91% from 255) = 36.05%

R = 53.42%
G = 10.53%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CB2889 (or 0xCB2889) is known color: Deep Cerise. HEX triplet: CB, 28 and 89. RGB value is (203,40,137). Sum of RGB (Red+Green+Blue) = 203+40+137=380 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.42% from 380); Green value is 40 (16.02% from 255 or 10.53% from 380); Blue value is 137 (53.91% from 255 or 36.05% from 380); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2889 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2889 is #34D776. Grayscale: #636363. Windows color (decimal): -3463031 or 8988875. OLE color: 8988875.

HSL color Cylindrical-coordinate representation of color #CB2889: hue angle of 324.29º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB2889 is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 40 137 -
CMYK 0 0.80 0.33 0.20
HSL 324.29º 0.67% 0.48% -
HSV(B) 324.29º 0.8% 0.8% -
XYZ 29.9 16.02 25.18 -
YUV 99.8 149 201.61 -
System Red Green Blue C M Y K H S L
Decimal 203 40 137 0 0.80 0.33 0.20 324.29 0.67 0.48
Hex CB 28 89 0 50 21 14 144 43 30
Octal 313 50 211 0 120 41 24 504 103 60
Binary 11001011 101000 10001001 0 1010000 100001 10100 101000100 1000011 110000

Color Harmonies of #CB2889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2889

Black with #CB2889

Text Example


Text Example

White with #CB2889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2889; }

 p { color: rgb(203,40,137); }

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

background-color css

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

 a { background-color: rgb(203,40,137); }

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

border-color css

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

 span { border-color: rgb(203,40,137); }

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