Html Css Color HEX #C00BA2 Medium Violet Red

📋 copy color: '#C00BA2'

red 192 ◦ green 11 ◦ blue 162

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

Shades of Medium Violet Red #C00BA2

Tints of Medium Violet Red #C00BA2

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.01%

 BLUE value IS 162 (63.67% from 255) = 44.38%

R = 52.6%
G = 3.01%
B = 44.38%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#C00BA2 (or 0xC00BA2) is known color: Medium Violet Red. HEX triplet: C0, 0B and A2. RGB value is (192,11,162). Sum of RGB (Red+Green+Blue) = 192+11+162=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 11 (4.69% from 255 or 3.01% from 365); Blue value is 162 (63.67% from 255 or 44.38% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C00BA2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00BA2 is #3FF45D. Grayscale: #515151. Windows color (decimal): -4191326 or 10619840. OLE color: 10619840.

HSL color Cylindrical-coordinate representation of color #C00BA2: hue angle of 309.94º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C00BA2 is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 11 162 -
CMYK 0 0.94 0.16 0.25
HSL 309.94º 0.89% 0.4% -
HSV(B) 309.94º 0.94% 0.75% -
XYZ 28.38 14.05 35.4 -
YUV 82.33 172.97 206.22 -
System Red Green Blue C M Y K H S L
Decimal 192 11 162 0 0.94 0.16 0.25 309.94 0.89 0.4
Hex C0 B A2 0 5E 10 19 136 59 28
Octal 300 13 242 0 136 20 31 466 131 50
Binary 11000000 1011 10100010 0 1011110 10000 11001 100110110 1011001 101000

Color Harmonies of #C00BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00BA2

Black with #C00BA2

Text Example


Text Example

White with #C00BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00BA2; }

 p { color: rgb(192,11,162); }

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

background-color css

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

 a { background-color: rgb(192,11,162); }

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

border-color css

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

 span { border-color: rgb(192,11,162); }

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