Html Css Color HEX #C003A2 Medium Violet Red

📋 copy color: '#C003A2'

red 192 ◦ green 3 ◦ blue 162

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

Shades of Medium Violet Red #C003A2

Tints of Medium Violet Red #C003A2

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.84%

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

R = 53.78%
G = 0.84%
B = 45.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#C003A2 (or 0xC003A2) is known color: Medium Violet Red. HEX triplet: C0, 03 and A2. RGB value is (192,3,162). Sum of RGB (Red+Green+Blue) = 192+3+162=357 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.78% from 357); Green value is 3 (1.56% from 255 or 0.84% from 357); Blue value is 162 (63.67% from 255 or 45.38% from 357); Max value from RGB is 192 - color contains mainly: red. Hex color #C003A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C003A2 is #3FFC5D. Grayscale: #4D4D4D. Windows color (decimal): -4193374 or 10617792. OLE color: 10617792.

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

Color convert

RGB 192 3 162 -
CMYK 0 0.98 0.16 0.25
HSL 309.52º 0.97% 0.38% -
HSV(B) 309.52º 0.98% 0.75% -
XYZ 28.29 13.88 35.37 -
YUV 77.64 175.62 209.57 -
System Red Green Blue C M Y K H S L
Decimal 192 3 162 0 0.98 0.16 0.25 309.52 0.97 0.38
Hex C0 3 A2 0 62 10 19 136 61 26
Octal 300 3 242 0 142 20 31 466 141 46
Binary 11000000 11 10100010 0 1100010 10000 11001 100110110 1100001 100110

Color Harmonies of #C003A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C003A2

Black with #C003A2

Text Example


Text Example

White with #C003A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C003A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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