Html Css Color HEX #CC0A8C Medium Violet Red

📋 copy color: '#CC0A8C'

red 204 ◦ green 10 ◦ blue 140

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

Shades of Medium Violet Red #CC0A8C

Tints of Medium Violet Red #CC0A8C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.82%

 BLUE value IS 140 (55.08% from 255) = 39.55%

R = 57.63%
G = 2.82%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CC0A8C (or 0xCC0A8C) is known color: Medium Violet Red. HEX triplet: CC, 0A and 8C. RGB value is (204,10,140). Sum of RGB (Red+Green+Blue) = 204+10+140=354 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.63% from 354); Green value is 10 (4.30% from 255 or 2.82% from 354); Blue value is 140 (55.08% from 255 or 39.55% from 354); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0A8C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0A8C is #33F573. Grayscale: #525252. Windows color (decimal): -3405172 or 9177804. OLE color: 9177804.

HSL color Cylindrical-coordinate representation of color #CC0A8C: hue angle of 319.79º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC0A8C is Cyan = 0, Magento = 0.95, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 10 140 -
CMYK 0 0.95 0.31 0.2
HSL 319.79º 0.91% 0.42% -
HSV(B) 319.79º 0.95% 0.8% -
XYZ 29.74 14.95 26.13 -
YUV 82.83 160.27 214.43 -
System Red Green Blue C M Y K H S L
Decimal 204 10 140 0 0.95 0.31 0.2 319.79 0.91 0.42
Hex CC A 8C 0 5F 1F 14 140 5B 2A
Octal 314 12 214 0 137 37 24 500 133 52
Binary 11001100 1010 10001100 0 1011111 11111 10100 101000000 1011011 101010

Color Harmonies of #CC0A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0A8C

Black with #CC0A8C

Text Example


Text Example

White with #CC0A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0A8C; }

 p { color: rgb(204,10,140); }

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

background-color css

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

 a { background-color: rgb(204,10,140); }

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

border-color css

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

 span { border-color: rgb(204,10,140); }

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