Html Css Color HEX #C921A2 Medium Violet Red

📋 copy color: '#C921A2'

red 201 ◦ green 33 ◦ blue 162

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

Shades of Medium Violet Red #C921A2

Tints of Medium Violet Red #C921A2

RGB

 RED value IS 201 (78.91% from 255) = 50.76%

 GREEN value IS 33 (13.28% from 255) = 8.33%

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

R = 50.76%
G = 8.33%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.19

 K value IS 0.21

RGB Variations

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

Color information

#C921A2 (or 0xC921A2) is known color: Medium Violet Red. HEX triplet: C9, 21 and A2. RGB value is (201,33,162). Sum of RGB (Red+Green+Blue) = 201+33+162=396 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.76% from 396); Green value is 33 (13.28% from 255 or 8.33% from 396); Blue value is 162 (63.67% from 255 or 40.91% from 396); Max value from RGB is 201 - color contains mainly: red. Hex color #C921A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C921A2 is #36DE5D. Grayscale: #616161. Windows color (decimal): -3595870 or 10625481. OLE color: 10625481.

HSL color Cylindrical-coordinate representation of color #C921A2: hue angle of 313.93º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C921A2 is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 33 162 -
CMYK 0 0.84 0.19 0.21
HSL 313.93º 0.72% 0.46% -
HSV(B) 313.93º 0.84% 0.79% -
XYZ 31.15 16.11 35.65 -
YUV 97.94 164.16 201.51 -
System Red Green Blue C M Y K H S L
Decimal 201 33 162 0 0.84 0.19 0.21 313.93 0.72 0.46
Hex C9 21 A2 0 54 13 15 13A 48 2E
Octal 311 41 242 0 124 23 25 472 110 56
Binary 11001001 100001 10100010 0 1010100 10011 10101 100111010 1001000 101110

Color Harmonies of #C921A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C921A2

Black with #C921A2

Text Example


Text Example

White with #C921A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C921A2; }

 p { color: rgb(201,33,162); }

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

background-color css

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

 a { background-color: rgb(201,33,162); }

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

border-color css

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

 span { border-color: rgb(201,33,162); }

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