Html Css Color HEX #CB3184 Deep Cerise

📋 copy color: '#CB3184'

red 203 ◦ green 49 ◦ blue 132

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

Shades of Deep Cerise #CB3184

Tints of Deep Cerise #CB3184

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.76%

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

R = 52.86%
G = 12.76%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.35

 K value IS 0.20

RGB Variations

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

Color information

#CB3184 (or 0xCB3184) is known color: Deep Cerise. HEX triplet: CB, 31 and 84. RGB value is (203,49,132). Sum of RGB (Red+Green+Blue) = 203+49+132=384 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.86% from 384); Green value is 49 (19.53% from 255 or 12.76% from 384); Blue value is 132 (51.95% from 255 or 34.38% from 384); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3184 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3184 is #34CE7B. Grayscale: #686868. Windows color (decimal): -3460732 or 8663499. OLE color: 8663499.

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

Color convert

RGB 203 49 132 -
CMYK 0 0.76 0.35 0.20
HSL 327.66º 0.61% 0.49% -
HSV(B) 327.66º 0.76% 0.8% -
XYZ 29.89 16.56 23.45 -
YUV 104.51 143.52 198.25 -
System Red Green Blue C M Y K H S L
Decimal 203 49 132 0 0.76 0.35 0.20 327.66 0.61 0.49
Hex CB 31 84 0 4C 23 14 148 3D 31
Octal 313 61 204 0 114 43 24 510 75 61
Binary 11001011 110001 10000100 0 1001100 100011 10100 101001000 111101 110001

Color Harmonies of #CB3184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3184

Black with #CB3184

Text Example


Text Example

White with #CB3184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3184; }

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

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

background-color css

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

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

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

border-color css

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

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

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