Html Css Color HEX #CC3282 Deep Cerise

📋 copy color: '#CC3282'

red 204 ◦ green 50 ◦ blue 130

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

Shades of Deep Cerise #CC3282

Tints of Deep Cerise #CC3282

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.02%

 BLUE value IS 130 (51.17% from 255) = 33.85%

R = 53.13%
G = 13.02%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.36

 K value IS 0.2

RGB Variations

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

Color information

#CC3282 (or 0xCC3282) is known color: Deep Cerise. HEX triplet: CC, 32 and 82. RGB value is (204,50,130). Sum of RGB (Red+Green+Blue) = 204+50+130=384 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.12% from 384); Green value is 50 (19.92% from 255 or 13.02% from 384); Blue value is 130 (51.17% from 255 or 33.85% from 384); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3282 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3282 is #33CD7D. Grayscale: #686868. Windows color (decimal): -3394942 or 8532684. OLE color: 8532684.

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

Color convert

RGB 204 50 130 -
CMYK 0 0.75 0.36 0.2
HSL 328.83º 0.61% 0.5% -
HSV(B) 328.83º 0.75% 0.8% -
XYZ 30.07 16.73 22.76 -
YUV 105.17 142.02 198.5 -
System Red Green Blue C M Y K H S L
Decimal 204 50 130 0 0.75 0.36 0.2 328.83 0.61 0.5
Hex CC 32 82 0 4B 24 14 149 3D 32
Octal 314 62 202 0 113 44 24 511 75 62
Binary 11001100 110010 10000010 0 1001011 100100 10100 101001001 111101 110010

Color Harmonies of #CC3282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3282

Black with #CC3282

Text Example


Text Example

White with #CC3282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3282; }

 p { color: rgb(204,50,130); }

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

background-color css

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

 a { background-color: rgb(204,50,130); }

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

border-color css

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

 span { border-color: rgb(204,50,130); }

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