Html Css Color HEX #C921A8 Medium Violet Red

📋 copy color: '#C921A8'

red 201 ◦ green 33 ◦ blue 168

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

Shades of Medium Violet Red #C921A8

Tints of Medium Violet Red #C921A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 41.79%

R = 50%
G = 8.21%
B = 41.79%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#C921A8 (or 0xC921A8) is known color: Medium Violet Red. HEX triplet: C9, 21 and A8. RGB value is (201,33,168). Sum of RGB (Red+Green+Blue) = 201+33+168=402 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50% from 402); Green value is 33 (13.28% from 255 or 8.21% from 402); Blue value is 168 (66.02% from 255 or 41.79% from 402); Max value from RGB is 201 - color contains mainly: red. Hex color #C921A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C921A8 is #36DE57. Grayscale: #626262. Windows color (decimal): -3595864 or 11018697. OLE color: 11018697.

HSL color Cylindrical-coordinate representation of color #C921A8: hue angle of 311.79º 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 #C921A8 is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 33 168 -
CMYK 0 0.84 0.16 0.21
HSL 311.79º 0.72% 0.46% -
HSV(B) 311.79º 0.84% 0.79% -
XYZ 31.7 16.33 38.53 -
YUV 98.62 167.16 201.02 -
System Red Green Blue C M Y K H S L
Decimal 201 33 168 0 0.84 0.16 0.21 311.79 0.72 0.46
Hex C9 21 A8 0 54 10 15 138 48 2E
Octal 311 41 250 0 124 20 25 470 110 56
Binary 11001001 100001 10101000 0 1010100 10000 10101 100111000 1001000 101110

Color Harmonies of #C921A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C921A8

Black with #C921A8

Text Example


Text Example

White with #C921A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C921A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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