Html Css Color HEX #CB3785 Deep Cerise

📋 copy color: '#CB3785'

red 203 ◦ green 55 ◦ blue 133

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

Shades of Deep Cerise #CB3785

Tints of Deep Cerise #CB3785

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.07%

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

R = 51.92%
G = 14.07%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#CB3785 (or 0xCB3785) is known color: Deep Cerise. HEX triplet: CB, 37 and 85. RGB value is (203,55,133). Sum of RGB (Red+Green+Blue) = 203+55+133=391 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.92% from 391); Green value is 55 (21.88% from 255 or 14.07% from 391); Blue value is 133 (52.34% from 255 or 34.02% from 391); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3785 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3785 is #34C87A. Grayscale: #6B6B6B. Windows color (decimal): -3459195 or 8730571. OLE color: 8730571.

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

Color convert

RGB 203 55 133 -
CMYK 0 0.73 0.34 0.20
HSL 328.38º 0.59% 0.51% -
HSV(B) 328.38º 0.73% 0.8% -
XYZ 30.23 17.12 23.9 -
YUV 108.14 142.03 195.66 -
System Red Green Blue C M Y K H S L
Decimal 203 55 133 0 0.73 0.34 0.20 328.38 0.59 0.51
Hex CB 37 85 0 49 22 14 148 3B 33
Octal 313 67 205 0 111 42 24 510 73 63
Binary 11001011 110111 10000101 0 1001001 100010 10100 101001000 111011 110011

Color Harmonies of #CB3785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3785

Black with #CB3785

Text Example


Text Example

White with #CB3785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3785; }

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

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

background-color css

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

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

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

border-color css

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

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

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