Html Css Color HEX #CB3886 Deep Cerise

📋 copy color: '#CB3886'

red 203 ◦ green 56 ◦ blue 134

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

Shades of Deep Cerise #CB3886

Tints of Deep Cerise #CB3886

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.25%

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

R = 51.65%
G = 14.25%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#CB3886 (or 0xCB3886) is known color: Deep Cerise. HEX triplet: CB, 38 and 86. RGB value is (203,56,134). Sum of RGB (Red+Green+Blue) = 203+56+134=393 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.65% from 393); Green value is 56 (22.27% from 255 or 14.25% from 393); Blue value is 134 (52.73% from 255 or 34.10% from 393); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3886 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3886 is #34C779. Grayscale: #6C6C6C. Windows color (decimal): -3458938 or 8796363. OLE color: 8796363.

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

Color convert

RGB 203 56 134 -
CMYK 0 0.72 0.34 0.20
HSL 328.16º 0.59% 0.51% -
HSV(B) 328.16º 0.72% 0.8% -
XYZ 30.35 17.25 24.28 -
YUV 108.85 142.2 195.16 -
System Red Green Blue C M Y K H S L
Decimal 203 56 134 0 0.72 0.34 0.20 328.16 0.59 0.51
Hex CB 38 86 0 48 22 14 148 3B 33
Octal 313 70 206 0 110 42 24 510 73 63
Binary 11001011 111000 10000110 0 1001000 100010 10100 101001000 111011 110011

Color Harmonies of #CB3886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3886

Black with #CB3886

Text Example


Text Example

White with #CB3886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3886; }

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

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

background-color css

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

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

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

border-color css

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

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

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