Html Css Color HEX #C009A5 Medium Violet Red

📋 copy color: '#C009A5'

red 192 ◦ green 9 ◦ blue 165

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

Shades of Medium Violet Red #C009A5

Tints of Medium Violet Red #C009A5

RGB

 RED value IS 192 (75.39% from 255) = 52.46%

 GREEN value IS 9 (3.91% from 255) = 2.46%

 BLUE value IS 165 (64.84% from 255) = 45.08%

R = 52.46%
G = 2.46%
B = 45.08%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#C009A5 (or 0xC009A5) is known color: Medium Violet Red. HEX triplet: C0, 09 and A5. RGB value is (192,9,165). Sum of RGB (Red+Green+Blue) = 192+9+165=366 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.46% from 366); Green value is 9 (3.91% from 255 or 2.46% from 366); Blue value is 165 (64.84% from 255 or 45.08% from 366); Max value from RGB is 192 - color contains mainly: red. Hex color #C009A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C009A5 is #3FF65A. Grayscale: #515151. Windows color (decimal): -4191835 or 10815936. OLE color: 10815936.

HSL color Cylindrical-coordinate representation of color #C009A5: hue angle of 308.85º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C009A5 is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 9 165 -
CMYK 0 0.95 0.14 0.25
HSL 308.85º 0.91% 0.39% -
HSV(B) 308.85º 0.95% 0.75% -
XYZ 28.63 14.12 36.81 -
YUV 81.5 175.13 206.82 -
System Red Green Blue C M Y K H S L
Decimal 192 9 165 0 0.95 0.14 0.25 308.85 0.91 0.39
Hex C0 9 A5 0 5F E 19 135 5B 27
Octal 300 11 245 0 137 16 31 465 133 47
Binary 11000000 1001 10100101 0 1011111 1110 11001 100110101 1011011 100111

Color Harmonies of #C009A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C009A5

Black with #C009A5

Text Example


Text Example

White with #C009A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C009A5; }

 p { color: rgb(192,9,165); }

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

background-color css

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

 a { background-color: rgb(192,9,165); }

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

border-color css

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

 span { border-color: rgb(192,9,165); }

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