Html Css Color HEX #CD0A8C Medium Violet Red

📋 copy color: '#CD0A8C'

red 205 ◦ green 10 ◦ blue 140

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

Shades of Medium Violet Red #CD0A8C

Tints of Medium Violet Red #CD0A8C

RGB

 RED value IS 205 (80.47% from 255) = 57.75%

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

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

R = 57.75%
G = 2.82%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CD0A8C (or 0xCD0A8C) is known color: Medium Violet Red. HEX triplet: CD, 0A and 8C. RGB value is (205,10,140). Sum of RGB (Red+Green+Blue) = 205+10+140=355 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.75% from 355); Green value is 10 (4.30% from 255 or 2.82% from 355); Blue value is 140 (55.08% from 255 or 39.44% from 355); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0A8C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD0A8C is #32F573. Grayscale: #525252. Windows color (decimal): -3339636 or 9177805. OLE color: 9177805.

HSL color Cylindrical-coordinate representation of color #CD0A8C: hue angle of 320º 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 #CD0A8C is Cyan = 0, Magento = 0.95, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 10 140 -
CMYK 0 0.95 0.32 0.20
HSL 320º 0.91% 0.42% -
HSV(B) 320º 0.95% 0.8% -
XYZ 30.02 15.09 26.14 -
YUV 83.13 160.1 214.93 -
System Red Green Blue C M Y K H S L
Decimal 205 10 140 0 0.95 0.32 0.20 320 0.91 0.42
Hex CD A 8C 0 5F 20 14 140 5B 2A
Octal 315 12 214 0 137 40 24 500 133 52
Binary 11001101 1010 10001100 0 1011111 100000 10100 101000000 1011011 101010

Color Harmonies of #CD0A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0A8C

Black with #CD0A8C

Text Example


Text Example

White with #CD0A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0A8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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