Html Css Color HEX #CB287E Deep Cerise

📋 copy color: '#CB287E'

red 203 ◦ green 40 ◦ blue 126

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

Shades of Deep Cerise #CB287E

Tints of Deep Cerise #CB287E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.15%

R = 55.01%
G = 10.84%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#CB287E (or 0xCB287E) is known color: Deep Cerise. HEX triplet: CB, 28 and 7E. RGB value is (203,40,126). Sum of RGB (Red+Green+Blue) = 203+40+126=369 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.01% from 369); Green value is 40 (16.02% from 255 or 10.84% from 369); Blue value is 126 (49.61% from 255 or 34.15% from 369); Max value from RGB is 203 - color contains mainly: red. Hex color #CB287E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB287E is #34D781. Grayscale: #626262. Windows color (decimal): -3463042 or 8267979. OLE color: 8267979.

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

Color convert

RGB 203 40 126 -
CMYK 0 0.80 0.38 0.20
HSL 328.34º 0.67% 0.48% -
HSV(B) 328.34º 0.8% 0.8% -
XYZ 29.15 15.72 21.24 -
YUV 98.54 143.5 202.51 -
System Red Green Blue C M Y K H S L
Decimal 203 40 126 0 0.80 0.38 0.20 328.34 0.67 0.48
Hex CB 28 7E 0 50 26 14 148 43 30
Octal 313 50 176 0 120 46 24 510 103 60
Binary 11001011 101000 1111110 0 1010000 100110 10100 101001000 1000011 110000

Color Harmonies of #CB287E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB287E

Black with #CB287E

Text Example


Text Example

White with #CB287E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB287E; }

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

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

background-color css

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

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

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

border-color css

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

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

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