Html Css Color HEX #CC2782 Deep Cerise

📋 copy color: '#CC2782'

red 204 ◦ green 39 ◦ blue 130

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

Shades of Deep Cerise #CC2782

Tints of Deep Cerise #CC2782

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.46%

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

R = 54.69%
G = 10.46%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.36

 K value IS 0.2

RGB Variations

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

Color information

#CC2782 (or 0xCC2782) is known color: Deep Cerise. HEX triplet: CC, 27 and 82. RGB value is (204,39,130). Sum of RGB (Red+Green+Blue) = 204+39+130=373 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.69% from 373); Green value is 39 (15.62% from 255 or 10.46% from 373); Blue value is 130 (51.17% from 255 or 34.85% from 373); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2782 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2782 is #33D87D. Grayscale: #626262. Windows color (decimal): -3397758 or 8529868. OLE color: 8529868.

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

Color convert

RGB 204 39 130 -
CMYK 0 0.81 0.36 0.2
HSL 326.91º 0.68% 0.48% -
HSV(B) 326.91º 0.81% 0.8% -
XYZ 29.66 15.9 22.63 -
YUV 98.71 145.66 203.1 -
System Red Green Blue C M Y K H S L
Decimal 204 39 130 0 0.81 0.36 0.2 326.91 0.68 0.48
Hex CC 27 82 0 51 24 14 147 44 30
Octal 314 47 202 0 121 44 24 507 104 60
Binary 11001100 100111 10000010 0 1010001 100100 10100 101000111 1000100 110000

Color Harmonies of #CC2782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2782

Black with #CC2782

Text Example


Text Example

White with #CC2782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2782; }

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

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

background-color css

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

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

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

border-color css

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

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

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