Html Css Color HEX #CC2382 Medium Violet Red

📋 copy color: '#CC2382'

red 204 ◦ green 35 ◦ blue 130

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

Shades of Medium Violet Red #CC2382

Tints of Medium Violet Red #CC2382

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.49%

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

R = 55.28%
G = 9.49%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.36

 K value IS 0.2

RGB Variations

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

Color information

#CC2382 (or 0xCC2382) is known color: Medium Violet Red. HEX triplet: CC, 23 and 82. RGB value is (204,35,130). Sum of RGB (Red+Green+Blue) = 204+35+130=369 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.28% from 369); Green value is 35 (14.06% from 255 or 9.49% from 369); Blue value is 130 (51.17% from 255 or 35.23% from 369); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2382 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2382 is #33DC7D. Grayscale: #606060. Windows color (decimal): -3398782 or 8528844. OLE color: 8528844.

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

Color convert

RGB 204 35 130 -
CMYK 0 0.83 0.36 0.2
HSL 326.27º 0.71% 0.47% -
HSV(B) 326.27º 0.83% 0.8% -
XYZ 29.53 15.65 22.58 -
YUV 96.36 146.99 204.78 -
System Red Green Blue C M Y K H S L
Decimal 204 35 130 0 0.83 0.36 0.2 326.27 0.71 0.47
Hex CC 23 82 0 53 24 14 146 47 2F
Octal 314 43 202 0 123 44 24 506 107 57
Binary 11001100 100011 10000010 0 1010011 100100 10100 101000110 1000111 101111

Color Harmonies of #CC2382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2382

Black with #CC2382

Text Example


Text Example

White with #CC2382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2382; }

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

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

background-color css

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

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

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

border-color css

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

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

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