Html Css Color HEX #CB3680 Deep Cerise

📋 copy color: '#CB3680'

red 203 ◦ green 54 ◦ blue 128

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

Shades of Deep Cerise #CB3680

Tints of Deep Cerise #CB3680

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.03%

 BLUE value IS 128 (50.39% from 255) = 33.25%

R = 52.73%
G = 14.03%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#CB3680 (or 0xCB3680) is known color: Deep Cerise. HEX triplet: CB, 36 and 80. RGB value is (203,54,128). Sum of RGB (Red+Green+Blue) = 203+54+128=385 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.73% from 385); Green value is 54 (21.48% from 255 or 14.03% from 385); Blue value is 128 (50.39% from 255 or 33.25% from 385); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3680 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3680 is #34C97F. Grayscale: #6A6A6A. Windows color (decimal): -3459456 or 8402635. OLE color: 8402635.

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

Color convert

RGB 203 54 128 -
CMYK 0 0.73 0.37 0.20
HSL 330.2º 0.59% 0.5% -
HSV(B) 330.2º 0.73% 0.8% -
XYZ 29.84 16.89 22.11 -
YUV 106.99 139.86 196.48 -
System Red Green Blue C M Y K H S L
Decimal 203 54 128 0 0.73 0.37 0.20 330.2 0.59 0.5
Hex CB 36 80 0 49 25 14 14A 3B 32
Octal 313 66 200 0 111 45 24 512 73 62
Binary 11001011 110110 10000000 0 1001001 100101 10100 101001010 111011 110010

Color Harmonies of #CB3680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3680

Black with #CB3680

Text Example


Text Example

White with #CB3680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3680; }

 p { color: rgb(203,54,128); }

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

background-color css

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

 a { background-color: rgb(203,54,128); }

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

border-color css

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

 span { border-color: rgb(203,54,128); }

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