Html Css Color HEX #CC2585 Medium Violet Red

📋 copy color: '#CC2585'

red 204 ◦ green 37 ◦ blue 133

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

Shades of Medium Violet Red #CC2585

Tints of Medium Violet Red #CC2585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35.56%

R = 54.55%
G = 9.89%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.35

 K value IS 0.2

RGB Variations

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

Color information

#CC2585 (or 0xCC2585) is known color: Medium Violet Red. HEX triplet: CC, 25 and 85. RGB value is (204,37,133). Sum of RGB (Red+Green+Blue) = 204+37+133=374 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.55% from 374); Green value is 37 (14.84% from 255 or 9.89% from 374); Blue value is 133 (52.34% from 255 or 35.56% from 374); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2585 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2585 is #33DA7A. Grayscale: #616161. Windows color (decimal): -3398267 or 8725964. OLE color: 8725964.

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

Color convert

RGB 204 37 133 -
CMYK 0 0.82 0.35 0.2
HSL 325.51º 0.69% 0.47% -
HSV(B) 325.51º 0.82% 0.8% -
XYZ 29.8 15.85 23.68 -
YUV 97.88 147.83 203.69 -
System Red Green Blue C M Y K H S L
Decimal 204 37 133 0 0.82 0.35 0.2 325.51 0.69 0.47
Hex CC 25 85 0 52 23 14 146 45 2F
Octal 314 45 205 0 122 43 24 506 105 57
Binary 11001100 100101 10000101 0 1010010 100011 10100 101000110 1000101 101111

Color Harmonies of #CC2585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2585

Black with #CC2585

Text Example


Text Example

White with #CC2585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2585; }

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

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

background-color css

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

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

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

border-color css

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

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

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