Html Css Color HEX #CD0C9A Medium Violet Red

📋 copy color: '#CD0C9A'

red 205 ◦ green 12 ◦ blue 154

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

Shades of Medium Violet Red #CD0C9A

Tints of Medium Violet Red #CD0C9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 41.51%

R = 55.26%
G = 3.23%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#CD0C9A (or 0xCD0C9A) is known color: Medium Violet Red. HEX triplet: CD, 0C and 9A. RGB value is (205,12,154). Sum of RGB (Red+Green+Blue) = 205+12+154=371 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.26% from 371); Green value is 12 (5.08% from 255 or 3.23% from 371); Blue value is 154 (60.55% from 255 or 41.51% from 371); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0C9A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD0C9A is #32F365. Grayscale: #555555. Windows color (decimal): -3339110 or 10095821. OLE color: 10095821.

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

Color convert

RGB 205 12 154 -
CMYK 0 0.94 0.25 0.20
HSL 315.85º 0.89% 0.43% -
HSV(B) 315.85º 0.94% 0.8% -
XYZ 31.14 15.58 31.94 -
YUV 85.9 166.44 212.95 -
System Red Green Blue C M Y K H S L
Decimal 205 12 154 0 0.94 0.25 0.20 315.85 0.89 0.43
Hex CD C 9A 0 5E 19 14 13C 59 2B
Octal 315 14 232 0 136 31 24 474 131 53
Binary 11001101 1100 10011010 0 1011110 11001 10100 100111100 1011001 101011

Color Harmonies of #CD0C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0C9A

Black with #CD0C9A

Text Example


Text Example

White with #CD0C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0C9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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