Html Css Color HEX #C021AF Deep Magenta

📋 copy color: '#C021AF'

red 192 ◦ green 33 ◦ blue 175

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

Shades of Deep Magenta #C021AF

Tints of Deep Magenta #C021AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.75%

R = 48%
G = 8.25%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C021AF (or 0xC021AF) is known color: Deep Magenta. HEX triplet: C0, 21 and AF. RGB value is (192,33,175). Sum of RGB (Red+Green+Blue) = 192+33+175=400 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48% from 400); Green value is 33 (13.28% from 255 or 8.25% from 400); Blue value is 175 (68.75% from 255 or 43.75% from 400); Max value from RGB is 192 - color contains mainly: red. Hex color #C021AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C021AF is #3FDE50. Grayscale: #606060. Windows color (decimal): -4185681 or 11477440. OLE color: 11477440.

HSL color Cylindrical-coordinate representation of color #C021AF: hue angle of 306.42º 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 #C021AF is Cyan = 0, Magento = 0.83, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 33 175 -
CMYK 0 0.83 0.09 0.25
HSL 306.42º 0.71% 0.44% -
HSV(B) 306.42º 0.83% 0.75% -
XYZ 30.02 15.39 41.95 -
YUV 96.73 172.18 195.95 -
System Red Green Blue C M Y K H S L
Decimal 192 33 175 0 0.83 0.09 0.25 306.42 0.71 0.44
Hex C0 21 AF 0 53 9 19 132 47 2C
Octal 300 41 257 0 123 11 31 462 107 54
Binary 11000000 100001 10101111 0 1010011 1001 11001 100110010 1000111 101100

Color Harmonies of #C021AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C021AF

Black with #C021AF

Text Example


Text Example

White with #C021AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C021AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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