Html Css Color HEX #CC3083 Deep Cerise

📋 copy color: '#CC3083'

red 204 ◦ green 48 ◦ blue 131

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

Shades of Deep Cerise #CC3083

Tints of Deep Cerise #CC3083

RGB

 RED value IS 204 (80.08% from 255) = 53.26%

 GREEN value IS 48 (19.14% from 255) = 12.53%

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

R = 53.26%
G = 12.53%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.36

 K value IS 0.2

RGB Variations

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

Color information

#CC3083 (or 0xCC3083) is known color: Deep Cerise. HEX triplet: CC, 30 and 83. RGB value is (204,48,131). Sum of RGB (Red+Green+Blue) = 204+48+131=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 48 (19.14% from 255 or 12.53% from 383); Blue value is 131 (51.56% from 255 or 34.20% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3083 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3083 is #33CF7C. Grayscale: #676767. Windows color (decimal): -3395453 or 8597708. OLE color: 8597708.

HSL color Cylindrical-coordinate representation of color #CC3083: hue angle of 328.08º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC3083 is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 48 131 -
CMYK 0 0.76 0.36 0.2
HSL 328.08º 0.62% 0.49% -
HSV(B) 328.08º 0.76% 0.8% -
XYZ 30.06 16.59 23.09 -
YUV 104.11 143.18 199.25 -
System Red Green Blue C M Y K H S L
Decimal 204 48 131 0 0.76 0.36 0.2 328.08 0.62 0.49
Hex CC 30 83 0 4C 24 14 148 3E 31
Octal 314 60 203 0 114 44 24 510 76 61
Binary 11001100 110000 10000011 0 1001100 100100 10100 101001000 111110 110001

Color Harmonies of #CC3083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3083

Black with #CC3083

Text Example


Text Example

White with #CC3083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3083; }

 p { color: rgb(204,48,131); }

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

background-color css

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

 a { background-color: rgb(204,48,131); }

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

border-color css

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

 span { border-color: rgb(204,48,131); }

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