Html Css Color HEX #CC2485 Medium Violet Red

📋 copy color: '#CC2485'

red 204 ◦ green 36 ◦ blue 133

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

Shades of Medium Violet Red #CC2485

Tints of Medium Violet Red #CC2485

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.65%

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

R = 54.69%
G = 9.65%
B = 35.66%

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

#CC2485 (or 0xCC2485) is known color: Medium Violet Red. HEX triplet: CC, 24 and 85. RGB value is (204,36,133). Sum of RGB (Red+Green+Blue) = 204+36+133=373 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.69% from 373); Green value is 36 (14.45% from 255 or 9.65% from 373); Blue value is 133 (52.34% from 255 or 35.66% from 373); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2485 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2485 is #33DB7A. Grayscale: #616161. Windows color (decimal): -3398523 or 8725708. OLE color: 8725708.

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

Color convert

RGB 204 36 133 -
CMYK 0 0.82 0.35 0.2
HSL 325.36º 0.7% 0.47% -
HSV(B) 325.36º 0.82% 0.8% -
XYZ 29.77 15.79 23.67 -
YUV 97.29 148.16 204.11 -
System Red Green Blue C M Y K H S L
Decimal 204 36 133 0 0.82 0.35 0.2 325.36 0.7 0.47
Hex CC 24 85 0 52 23 14 145 46 2F
Octal 314 44 205 0 122 43 24 505 106 57
Binary 11001100 100100 10000101 0 1010010 100011 10100 101000101 1000110 101111

Color Harmonies of #CC2485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2485

Black with #CC2485

Text Example


Text Example

White with #CC2485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2485; }

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

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

background-color css

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

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

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

border-color css

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

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

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