Html Css Color HEX #CB2A8A Deep Cerise

📋 copy color: '#CB2A8A'

red 203 ◦ green 42 ◦ blue 138

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

Shades of Deep Cerise #CB2A8A

Tints of Deep Cerise #CB2A8A

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.97%

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

R = 53%
G = 10.97%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CB2A8A (or 0xCB2A8A) is known color: Deep Cerise. HEX triplet: CB, 2A and 8A. RGB value is (203,42,138). Sum of RGB (Red+Green+Blue) = 203+42+138=383 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.00% from 383); Green value is 42 (16.80% from 255 or 10.97% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2A8A is #34D575. Grayscale: #646464. Windows color (decimal): -3462518 or 9054923. OLE color: 9054923.

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

Color convert

RGB 203 42 138 -
CMYK 0 0.79 0.32 0.20
HSL 324.22º 0.66% 0.48% -
HSV(B) 324.22º 0.79% 0.8% -
XYZ 30.04 16.19 25.59 -
YUV 101.08 148.84 200.69 -
System Red Green Blue C M Y K H S L
Decimal 203 42 138 0 0.79 0.32 0.20 324.22 0.66 0.48
Hex CB 2A 8A 0 4F 20 14 144 42 30
Octal 313 52 212 0 117 40 24 504 102 60
Binary 11001011 101010 10001010 0 1001111 100000 10100 101000100 1000010 110000

Color Harmonies of #CB2A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2A8A

Black with #CB2A8A

Text Example


Text Example

White with #CB2A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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