Html Css Color HEX #CC2682 Medium Violet Red

📋 copy color: '#CC2682'

red 204 ◦ green 38 ◦ blue 130

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

Shades of Medium Violet Red #CC2682

Tints of Medium Violet Red #CC2682

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.22%

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

R = 54.84%
G = 10.22%
B = 34.95%

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

#CC2682 (or 0xCC2682) is known color: Medium Violet Red. HEX triplet: CC, 26 and 82. RGB value is (204,38,130). Sum of RGB (Red+Green+Blue) = 204+38+130=372 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.84% from 372); Green value is 38 (15.23% from 255 or 10.22% from 372); Blue value is 130 (51.17% from 255 or 34.95% from 372); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2682 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2682 is #33D97D. Grayscale: #616161. Windows color (decimal): -3398014 or 8529612. OLE color: 8529612.

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

Color convert

RGB 204 38 130 -
CMYK 0 0.81 0.36 0.2
HSL 326.75º 0.69% 0.47% -
HSV(B) 326.75º 0.81% 0.8% -
XYZ 29.62 15.84 22.61 -
YUV 98.12 146 203.52 -
System Red Green Blue C M Y K H S L
Decimal 204 38 130 0 0.81 0.36 0.2 326.75 0.69 0.47
Hex CC 26 82 0 51 24 14 147 45 2F
Octal 314 46 202 0 121 44 24 507 105 57
Binary 11001100 100110 10000010 0 1010001 100100 10100 101000111 1000101 101111

Color Harmonies of #CC2682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2682

Black with #CC2682

Text Example


Text Example

White with #CC2682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2682; }

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

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

background-color css

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

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

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

border-color css

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

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

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