Html Css Color HEX #CB3485 Deep Cerise

📋 copy color: '#CB3485'

red 203 ◦ green 52 ◦ blue 133

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

Shades of Deep Cerise #CB3485

Tints of Deep Cerise #CB3485

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.4%

 BLUE value IS 133 (52.34% from 255) = 34.28%

R = 52.32%
G = 13.4%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#CB3485 (or 0xCB3485) is known color: Deep Cerise. HEX triplet: CB, 34 and 85. RGB value is (203,52,133). Sum of RGB (Red+Green+Blue) = 203+52+133=388 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.32% from 388); Green value is 52 (20.70% from 255 or 13.40% from 388); Blue value is 133 (52.34% from 255 or 34.28% from 388); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3485 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3485 is #34CB7A. Grayscale: #6A6A6A. Windows color (decimal): -3459963 or 8729803. OLE color: 8729803.

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

Color convert

RGB 203 52 133 -
CMYK 0 0.74 0.34 0.20
HSL 327.81º 0.59% 0.5% -
HSV(B) 327.81º 0.74% 0.8% -
XYZ 30.09 16.85 23.86 -
YUV 106.38 143.03 196.91 -
System Red Green Blue C M Y K H S L
Decimal 203 52 133 0 0.74 0.34 0.20 327.81 0.59 0.5
Hex CB 34 85 0 4A 22 14 148 3B 32
Octal 313 64 205 0 112 42 24 510 73 62
Binary 11001011 110100 10000101 0 1001010 100010 10100 101001000 111011 110010

Color Harmonies of #CB3485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3485

Black with #CB3485

Text Example


Text Example

White with #CB3485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3485; }

 p { color: rgb(203,52,133); }

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

background-color css

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

 a { background-color: rgb(203,52,133); }

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

border-color css

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

 span { border-color: rgb(203,52,133); }

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