Html Css Color HEX #CB288A Deep Cerise

📋 copy color: '#CB288A'

red 203 ◦ green 40 ◦ blue 138

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

Shades of Deep Cerise #CB288A

Tints of Deep Cerise #CB288A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.22%

R = 53.28%
G = 10.5%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CB288A (or 0xCB288A) is known color: Deep Cerise. HEX triplet: CB, 28 and 8A. RGB value is (203,40,138). Sum of RGB (Red+Green+Blue) = 203+40+138=381 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.28% from 381); Green value is 40 (16.02% from 255 or 10.50% from 381); Blue value is 138 (54.30% from 255 or 36.22% from 381); Max value from RGB is 203 - color contains mainly: red. Hex color #CB288A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB288A is #34D775. Grayscale: #636363. Windows color (decimal): -3463030 or 9054411. OLE color: 9054411.

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

Color convert

RGB 203 40 138 -
CMYK 0 0.80 0.32 0.20
HSL 323.93º 0.67% 0.48% -
HSV(B) 323.93º 0.8% 0.8% -
XYZ 29.97 16.05 25.56 -
YUV 99.91 149.5 201.53 -
System Red Green Blue C M Y K H S L
Decimal 203 40 138 0 0.80 0.32 0.20 323.93 0.67 0.48
Hex CB 28 8A 0 50 20 14 144 43 30
Octal 313 50 212 0 120 40 24 504 103 60
Binary 11001011 101000 10001010 0 1010000 100000 10100 101000100 1000011 110000

Color Harmonies of #CB288A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB288A

Black with #CB288A

Text Example


Text Example

White with #CB288A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB288A; }

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

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

background-color css

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

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

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

border-color css

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

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

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