Html Css Color HEX #CB3C83 Deep Cerise

📋 copy color: '#CB3C83'

red 203 ◦ green 60 ◦ blue 131

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

Shades of Deep Cerise #CB3C83

Tints of Deep Cerise #CB3C83

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.23%

 BLUE value IS 131 (51.56% from 255) = 33.25%

R = 51.52%
G = 15.23%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.35

 K value IS 0.20

RGB Variations

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

Color information

#CB3C83 (or 0xCB3C83) is known color: Deep Cerise. HEX triplet: CB, 3C and 83. RGB value is (203,60,131). Sum of RGB (Red+Green+Blue) = 203+60+131=394 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.52% from 394); Green value is 60 (23.83% from 255 or 15.23% from 394); Blue value is 131 (51.56% from 255 or 33.25% from 394); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3C83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3C83 is #34C37C. Grayscale: #6E6E6E. Windows color (decimal): -3457917 or 8600779. OLE color: 8600779.

HSL color Cylindrical-coordinate representation of color #CB3C83: hue angle of 330.21º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB3C83 is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 60 131 -
CMYK 0 0.70 0.35 0.20
HSL 330.21º 0.58% 0.52% -
HSV(B) 330.21º 0.7% 0.8% -
XYZ 30.34 17.57 23.26 -
YUV 110.85 139.38 193.73 -
System Red Green Blue C M Y K H S L
Decimal 203 60 131 0 0.70 0.35 0.20 330.21 0.58 0.52
Hex CB 3C 83 0 46 23 14 14A 3A 34
Octal 313 74 203 0 106 43 24 512 72 64
Binary 11001011 111100 10000011 0 1000110 100011 10100 101001010 111010 110100

Color Harmonies of #CB3C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3C83

Black with #CB3C83

Text Example


Text Example

White with #CB3C83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3C83; }

 p { color: rgb(203,60,131); }

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

background-color css

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

 a { background-color: rgb(203,60,131); }

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

border-color css

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

 span { border-color: rgb(203,60,131); }

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