Html Css Color HEX #C008A5 Medium Violet Red

📋 copy color: '#C008A5'

red 192 ◦ green 8 ◦ blue 165

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

Shades of Medium Violet Red #C008A5

Tints of Medium Violet Red #C008A5

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.19%

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

R = 52.6%
G = 2.19%
B = 45.21%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#C008A5 (or 0xC008A5) is known color: Medium Violet Red. HEX triplet: C0, 08 and A5. RGB value is (192,8,165). Sum of RGB (Red+Green+Blue) = 192+8+165=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 8 (3.52% from 255 or 2.19% from 365); Blue value is 165 (64.84% from 255 or 45.21% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C008A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C008A5 is #3FF75A. Grayscale: #505050. Windows color (decimal): -4192091 or 10815680. OLE color: 10815680.

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

Color convert

RGB 192 8 165 -
CMYK 0 0.96 0.14 0.25
HSL 308.8º 0.92% 0.39% -
HSV(B) 308.8º 0.96% 0.75% -
XYZ 28.62 14.1 36.81 -
YUV 80.91 175.46 207.23 -
System Red Green Blue C M Y K H S L
Decimal 192 8 165 0 0.96 0.14 0.25 308.8 0.92 0.39
Hex C0 8 A5 0 60 E 19 135 5C 27
Octal 300 10 245 0 140 16 31 465 134 47
Binary 11000000 1000 10100101 0 1100000 1110 11001 100110101 1011100 100111

Color Harmonies of #C008A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C008A5

Black with #C008A5

Text Example


Text Example

White with #C008A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C008A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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