Html Css Color HEX #C21CA2 Medium Violet Red

📋 copy color: '#C21CA2'

red 194 ◦ green 28 ◦ blue 162

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

Shades of Medium Violet Red #C21CA2

Tints of Medium Violet Red #C21CA2

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.29%

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

R = 50.52%
G = 7.29%
B = 42.19%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#C21CA2 (or 0xC21CA2) is known color: Medium Violet Red. HEX triplet: C2, 1C and A2. RGB value is (194,28,162). Sum of RGB (Red+Green+Blue) = 194+28+162=384 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.52% from 384); Green value is 28 (11.33% from 255 or 7.29% from 384); Blue value is 162 (63.67% from 255 or 42.19% from 384); Max value from RGB is 194 - color contains mainly: red. Hex color #C21CA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21CA2 is #3DE35D. Grayscale: #5C5C5C. Windows color (decimal): -4055902 or 10624194. OLE color: 10624194.

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

Color convert

RGB 194 28 162 -
CMYK 0 0.86 0.16 0.24
HSL 311.57º 0.75% 0.44% -
HSV(B) 311.57º 0.86% 0.76% -
XYZ 29.18 14.91 35.52 -
YUV 92.91 167 200.1 -
System Red Green Blue C M Y K H S L
Decimal 194 28 162 0 0.86 0.16 0.24 311.57 0.75 0.44
Hex C2 1C A2 0 56 10 18 138 4B 2C
Octal 302 34 242 0 126 20 30 470 113 54
Binary 11000010 11100 10100010 0 1010110 10000 11000 100111000 1001011 101100

Color Harmonies of #C21CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21CA2

Black with #C21CA2

Text Example


Text Example

White with #C21CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21CA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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