Html Css Color HEX #CB3186 Deep Cerise

📋 copy color: '#CB3186'

red 203 ◦ green 49 ◦ blue 134

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

Shades of Deep Cerise #CB3186

Tints of Deep Cerise #CB3186

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 34.72%

R = 52.59%
G = 12.69%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#CB3186 (or 0xCB3186) is known color: Deep Cerise. HEX triplet: CB, 31 and 86. RGB value is (203,49,134). Sum of RGB (Red+Green+Blue) = 203+49+134=386 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.59% from 386); Green value is 49 (19.53% from 255 or 12.69% from 386); Blue value is 134 (52.73% from 255 or 34.72% from 386); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3186 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3186 is #34CE79. Grayscale: #686868. Windows color (decimal): -3460730 or 8794571. OLE color: 8794571.

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

Color convert

RGB 203 49 134 -
CMYK 0 0.76 0.34 0.20
HSL 326.88º 0.61% 0.49% -
HSV(B) 326.88º 0.76% 0.8% -
XYZ 30.03 16.61 24.18 -
YUV 104.74 144.52 198.09 -
System Red Green Blue C M Y K H S L
Decimal 203 49 134 0 0.76 0.34 0.20 326.88 0.61 0.49
Hex CB 31 86 0 4C 22 14 147 3D 31
Octal 313 61 206 0 114 42 24 507 75 61
Binary 11001011 110001 10000110 0 1001100 100010 10100 101000111 111101 110001

Color Harmonies of #CB3186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3186

Black with #CB3186

Text Example


Text Example

White with #CB3186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3186; }

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

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

background-color css

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

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

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

border-color css

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

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

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