Html Css Color HEX #C021AB Medium Violet Red

📋 copy color: '#C021AB'

red 192 ◦ green 33 ◦ blue 171

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

Shades of Medium Violet Red #C021AB

Tints of Medium Violet Red #C021AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.18%

R = 48.48%
G = 8.33%
B = 43.18%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C021AB (or 0xC021AB) is known color: Medium Violet Red. HEX triplet: C0, 21 and AB. RGB value is (192,33,171). Sum of RGB (Red+Green+Blue) = 192+33+171=396 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.48% from 396); Green value is 33 (13.28% from 255 or 8.33% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 192 - color contains mainly: red. Hex color #C021AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C021AB is #3FDE54. Grayscale: #5F5F5F. Windows color (decimal): -4185685 or 11215296. OLE color: 11215296.

HSL color Cylindrical-coordinate representation of color #C021AB: hue angle of 307.92º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C021AB is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 33 171 -
CMYK 0 0.83 0.11 0.25
HSL 307.92º 0.71% 0.44% -
HSV(B) 307.92º 0.83% 0.75% -
XYZ 29.63 15.23 39.91 -
YUV 96.27 170.18 196.28 -
System Red Green Blue C M Y K H S L
Decimal 192 33 171 0 0.83 0.11 0.25 307.92 0.71 0.44
Hex C0 21 AB 0 53 B 19 134 47 2C
Octal 300 41 253 0 123 13 31 464 107 54
Binary 11000000 100001 10101011 0 1010011 1011 11001 100110100 1000111 101100

Color Harmonies of #C021AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C021AB

Black with #C021AB

Text Example


Text Example

White with #C021AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C021AB; }

 p { color: rgb(192,33,171); }

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

background-color css

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

 a { background-color: rgb(192,33,171); }

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

border-color css

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

 span { border-color: rgb(192,33,171); }

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