Html Css Color HEX #CC3482 Deep Cerise

📋 copy color: '#CC3482'

red 204 ◦ green 52 ◦ blue 130

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

Shades of Deep Cerise #CC3482

Tints of Deep Cerise #CC3482

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.47%

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

R = 52.85%
G = 13.47%
B = 33.68%

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

#CC3482 (or 0xCC3482) is known color: Deep Cerise. HEX triplet: CC, 34 and 82. RGB value is (204,52,130). Sum of RGB (Red+Green+Blue) = 204+52+130=386 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.85% from 386); Green value is 52 (20.70% from 255 or 13.47% from 386); Blue value is 130 (51.17% from 255 or 33.68% from 386); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3482 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3482 is #33CB7D. Grayscale: #6A6A6A. Windows color (decimal): -3394430 or 8533196. OLE color: 8533196.

HSL color Cylindrical-coordinate representation of color #CC3482: hue angle of 329.21º degrees, saturation: 0.6, 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 #CC3482 is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 52 130 -
CMYK 0 0.75 0.36 0.2
HSL 329.21º 0.6% 0.5% -
HSV(B) 329.21º 0.75% 0.8% -
XYZ 30.16 16.91 22.79 -
YUV 106.34 141.36 197.66 -
System Red Green Blue C M Y K H S L
Decimal 204 52 130 0 0.75 0.36 0.2 329.21 0.6 0.5
Hex CC 34 82 0 4B 24 14 149 3C 32
Octal 314 64 202 0 113 44 24 511 74 62
Binary 11001100 110100 10000010 0 1001011 100100 10100 101001001 111100 110010

Color Harmonies of #CC3482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3482

Black with #CC3482

Text Example


Text Example

White with #CC3482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3482; }

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

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

background-color css

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

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

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

border-color css

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

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

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