Html Css Color HEX #CB3581 Deep Cerise

📋 copy color: '#CB3581'

red 203 ◦ green 53 ◦ blue 129

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

Shades of Deep Cerise #CB3581

Tints of Deep Cerise #CB3581

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.77%

 BLUE value IS 129 (50.78% from 255) = 33.51%

R = 52.73%
G = 13.77%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.36

 K value IS 0.20

RGB Variations

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

Color information

#CB3581 (or 0xCB3581) is known color: Deep Cerise. HEX triplet: CB, 35 and 81. RGB value is (203,53,129). Sum of RGB (Red+Green+Blue) = 203+53+129=385 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.73% from 385); Green value is 53 (21.09% from 255 or 13.77% from 385); Blue value is 129 (50.78% from 255 or 33.51% from 385); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3581 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3581 is #34CA7E. Grayscale: #6A6A6A. Windows color (decimal): -3459711 or 8467915. OLE color: 8467915.

HSL color Cylindrical-coordinate representation of color #CB3581: hue angle of 329.6º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB3581 is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 53 129 -
CMYK 0 0.74 0.36 0.20
HSL 329.6º 0.59% 0.5% -
HSV(B) 329.6º 0.74% 0.8% -
XYZ 29.86 16.83 22.44 -
YUV 106.51 140.7 196.82 -
System Red Green Blue C M Y K H S L
Decimal 203 53 129 0 0.74 0.36 0.20 329.6 0.59 0.5
Hex CB 35 81 0 4A 24 14 14A 3B 32
Octal 313 65 201 0 112 44 24 512 73 62
Binary 11001011 110101 10000001 0 1001010 100100 10100 101001010 111011 110010

Color Harmonies of #CB3581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3581

Black with #CB3581

Text Example


Text Example

White with #CB3581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3581; }

 p { color: rgb(203,53,129); }

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

background-color css

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

 a { background-color: rgb(203,53,129); }

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

border-color css

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

 span { border-color: rgb(203,53,129); }

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