Html Css Color HEX #CD0A93 Medium Violet Red

📋 copy color: '#CD0A93'

red 205 ◦ green 10 ◦ blue 147

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

Shades of Medium Violet Red #CD0A93

Tints of Medium Violet Red #CD0A93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 40.61%

R = 56.63%
G = 2.76%
B = 40.61%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#CD0A93 (or 0xCD0A93) is known color: Medium Violet Red. HEX triplet: CD, 0A and 93. RGB value is (205,10,147). Sum of RGB (Red+Green+Blue) = 205+10+147=362 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.63% from 362); Green value is 10 (4.30% from 255 or 2.76% from 362); Blue value is 147 (57.81% from 255 or 40.61% from 362); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0A93 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD0A93 is #32F56C. Grayscale: #535353. Windows color (decimal): -3339629 or 9636557. OLE color: 9636557.

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

Color convert

RGB 205 10 147 -
CMYK 0 0.95 0.28 0.20
HSL 317.85º 0.91% 0.42% -
HSV(B) 317.85º 0.95% 0.8% -
XYZ 30.55 15.3 28.95 -
YUV 83.92 163.6 214.36 -
System Red Green Blue C M Y K H S L
Decimal 205 10 147 0 0.95 0.28 0.20 317.85 0.91 0.42
Hex CD A 93 0 5F 1C 14 13E 5B 2A
Octal 315 12 223 0 137 34 24 476 133 52
Binary 11001101 1010 10010011 0 1011111 11100 10100 100111110 1011011 101010

Color Harmonies of #CD0A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0A93

Black with #CD0A93

Text Example


Text Example

White with #CD0A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0A93; }

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

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

background-color css

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

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

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

border-color css

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

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

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