Html Css Color HEX #CC2586 Medium Violet Red

📋 copy color: '#CC2586'

red 204 ◦ green 37 ◦ blue 134

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

Shades of Medium Violet Red #CC2586

Tints of Medium Violet Red #CC2586

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.87%

 BLUE value IS 134 (52.73% from 255) = 35.73%

R = 54.4%
G = 9.87%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.34

 K value IS 0.2

RGB Variations

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

Color information

#CC2586 (or 0xCC2586) is known color: Medium Violet Red. HEX triplet: CC, 25 and 86. RGB value is (204,37,134). Sum of RGB (Red+Green+Blue) = 204+37+134=375 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.4% from 375); Green value is 37 (14.84% from 255 or 9.87% from 375); Blue value is 134 (52.73% from 255 or 35.73% from 375); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2586 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2586 is #33DA79. Grayscale: #616161. Windows color (decimal): -3398266 or 8791500. OLE color: 8791500.

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

Color convert

RGB 204 37 134 -
CMYK 0 0.82 0.34 0.2
HSL 325.15º 0.69% 0.47% -
HSV(B) 325.15º 0.82% 0.8% -
XYZ 29.87 15.88 24.05 -
YUV 97.99 148.33 203.61 -
System Red Green Blue C M Y K H S L
Decimal 204 37 134 0 0.82 0.34 0.2 325.15 0.69 0.47
Hex CC 25 86 0 52 22 14 145 45 2F
Octal 314 45 206 0 122 42 24 505 105 57
Binary 11001100 100101 10000110 0 1010010 100010 10100 101000101 1000101 101111

Color Harmonies of #CC2586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2586

Black with #CC2586

Text Example


Text Example

White with #CC2586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2586; }

 p { color: rgb(204,37,134); }

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

background-color css

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

 a { background-color: rgb(204,37,134); }

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

border-color css

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

 span { border-color: rgb(204,37,134); }

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