Html Css Color HEX #CB3984 Deep Cerise

📋 copy color: '#CB3984'

red 203 ◦ green 57 ◦ blue 132

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

Shades of Deep Cerise #CB3984

Tints of Deep Cerise #CB3984

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.54%

 BLUE value IS 132 (51.95% from 255) = 33.67%

R = 51.79%
G = 14.54%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.35

 K value IS 0.20

RGB Variations

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

Color information

#CB3984 (or 0xCB3984) is known color: Deep Cerise. HEX triplet: CB, 39 and 84. RGB value is (203,57,132). Sum of RGB (Red+Green+Blue) = 203+57+132=392 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.79% from 392); Green value is 57 (22.66% from 255 or 14.54% from 392); Blue value is 132 (51.95% from 255 or 33.67% from 392); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3984 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3984 is #34C67B. Grayscale: #6D6D6D. Windows color (decimal): -3458684 or 8665547. OLE color: 8665547.

HSL color Cylindrical-coordinate representation of color #CB3984: hue angle of 329.18º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB3984 is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 57 132 -
CMYK 0 0.72 0.35 0.20
HSL 329.18º 0.58% 0.51% -
HSV(B) 329.18º 0.72% 0.8% -
XYZ 30.26 17.29 23.57 -
YUV 109.2 140.87 194.9 -
System Red Green Blue C M Y K H S L
Decimal 203 57 132 0 0.72 0.35 0.20 329.18 0.58 0.51
Hex CB 39 84 0 48 23 14 149 3A 33
Octal 313 71 204 0 110 43 24 511 72 63
Binary 11001011 111001 10000100 0 1001000 100011 10100 101001001 111010 110011

Color Harmonies of #CB3984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3984

Black with #CB3984

Text Example


Text Example

White with #CB3984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3984; }

 p { color: rgb(203,57,132); }

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

background-color css

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

 a { background-color: rgb(203,57,132); }

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

border-color css

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

 span { border-color: rgb(203,57,132); }

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