Html Css Color HEX #C200A2 Medium Violet Red

📋 copy color: '#C200A2'

red 194 ◦ green 0 ◦ blue 162

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

Shades of Medium Violet Red #C200A2

Tints of Medium Violet Red #C200A2

RGB

 RED value IS 194 (76.17% from 255) = 54.49%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 54.49%
G = 0%
B = 45.51%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#C200A2 (or 0xC200A2) is known color: Medium Violet Red. HEX triplet: C2, 00 and A2. RGB value is (194,0,162). Sum of RGB (Red+Green+Blue) = 194+0+162=356 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.49% from 356); Green value is 0 (0.39% from 255 or 0% from 356); Blue value is 162 (63.67% from 255 or 45.51% from 356); Max value from RGB is 194 - color contains mainly: red. Hex color #C200A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C200A2 is #3DFF5D. Grayscale: #4C4C4C. Windows color (decimal): -4063070 or 10617026. OLE color: 10617026.

HSL color Cylindrical-coordinate representation of color #C200A2: hue angle of 309.9º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C200A2 is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 0 162 -
CMYK 0 1 0.16 0.24
HSL 309.9º 1% 0.38% -
HSV(B) 309.9º 1% 0.76% -
XYZ 28.77 14.08 35.38 -
YUV 76.47 176.27 211.83 -
System Red Green Blue C M Y K H S L
Decimal 194 0 162 0 1 0.16 0.24 309.9 1 0.38
Hex C2 0 A2 0 64 10 18 136 64 26
Octal 302 0 242 0 144 20 30 466 144 46
Binary 11000010 0 10100010 0 1100100 10000 11000 100110110 1100100 100110

Color Harmonies of #C200A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C200A2

Black with #C200A2

Text Example


Text Example

White with #C200A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C200A2; }

 p { color: rgb(194,0,162); }

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

background-color css

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

 a { background-color: rgb(194,0,162); }

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

border-color css

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

 span { border-color: rgb(194,0,162); }

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