Html Css Color HEX #CD0C8C Medium Violet Red

📋 copy color: '#CD0C8C'

red 205 ◦ green 12 ◦ blue 140

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

Shades of Medium Violet Red #CD0C8C

Tints of Medium Violet Red #CD0C8C

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.36%

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

R = 57.42%
G = 3.36%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CD0C8C (or 0xCD0C8C) is known color: Medium Violet Red. HEX triplet: CD, 0C and 8C. RGB value is (205,12,140). Sum of RGB (Red+Green+Blue) = 205+12+140=357 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.42% from 357); Green value is 12 (5.08% from 255 or 3.36% from 357); Blue value is 140 (55.08% from 255 or 39.22% from 357); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0C8C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD0C8C is #32F373. Grayscale: #535353. Windows color (decimal): -3339124 or 9178317. OLE color: 9178317.

HSL color Cylindrical-coordinate representation of color #CD0C8C: hue angle of 320.21º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CD0C8C is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 12 140 -
CMYK 0 0.94 0.32 0.20
HSL 320.21º 0.89% 0.43% -
HSV(B) 320.21º 0.94% 0.8% -
XYZ 30.04 15.14 26.15 -
YUV 84.3 159.44 214.09 -
System Red Green Blue C M Y K H S L
Decimal 205 12 140 0 0.94 0.32 0.20 320.21 0.89 0.43
Hex CD C 8C 0 5E 20 14 140 59 2B
Octal 315 14 214 0 136 40 24 500 131 53
Binary 11001101 1100 10001100 0 1011110 100000 10100 101000000 1011001 101011

Color Harmonies of #CD0C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0C8C

Black with #CD0C8C

Text Example


Text Example

White with #CD0C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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