Html Css Color HEX #CC3484 Deep Cerise

📋 copy color: '#CC3484'

red 204 ◦ green 52 ◦ blue 132

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

Shades of Deep Cerise #CC3484

Tints of Deep Cerise #CC3484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 34.02%

R = 52.58%
G = 13.4%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.35

 K value IS 0.2

RGB Variations

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

Color information

#CC3484 (or 0xCC3484) is known color: Deep Cerise. HEX triplet: CC, 34 and 84. RGB value is (204,52,132). Sum of RGB (Red+Green+Blue) = 204+52+132=388 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.58% from 388); Green value is 52 (20.70% from 255 or 13.40% from 388); Blue value is 132 (51.95% from 255 or 34.02% from 388); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3484 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3484 is #33CB7B. Grayscale: #6A6A6A. Windows color (decimal): -3394428 or 8664268. OLE color: 8664268.

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

Color convert

RGB 204 52 132 -
CMYK 0 0.75 0.35 0.2
HSL 328.42º 0.6% 0.5% -
HSV(B) 328.42º 0.75% 0.8% -
XYZ 30.29 16.96 23.51 -
YUV 106.57 142.36 197.5 -
System Red Green Blue C M Y K H S L
Decimal 204 52 132 0 0.75 0.35 0.2 328.42 0.6 0.5
Hex CC 34 84 0 4B 23 14 148 3C 32
Octal 314 64 204 0 113 43 24 510 74 62
Binary 11001100 110100 10000100 0 1001011 100011 10100 101001000 111100 110010

Color Harmonies of #CC3484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3484

Black with #CC3484

Text Example


Text Example

White with #CC3484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3484; }

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

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

background-color css

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

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

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

border-color css

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

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

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