Html Css Color HEX #C202AF Deep Magenta

📋 copy color: '#C202AF'

red 194 ◦ green 2 ◦ blue 175

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

Shades of Deep Magenta #C202AF

Tints of Deep Magenta #C202AF

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.54%

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

R = 52.29%
G = 0.54%
B = 47.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C202AF (or 0xC202AF) is known color: Deep Magenta. HEX triplet: C2, 02 and AF. RGB value is (194,2,175). Sum of RGB (Red+Green+Blue) = 194+2+175=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 2 (1.17% from 255 or 0.54% from 371); Blue value is 175 (68.75% from 255 or 47.17% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C202AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C202AF is #3DFD50. Grayscale: #4E4E4E. Windows color (decimal): -4062545 or 11469506. OLE color: 11469506.

HSL color Cylindrical-coordinate representation of color #C202AF: hue angle of 305.94º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C202AF is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 2 175 -
CMYK 0 0.99 0.10 0.24
HSL 305.94º 0.98% 0.38% -
HSV(B) 305.94º 0.99% 0.76% -
XYZ 30.01 14.61 41.8 -
YUV 79.13 182.11 209.93 -
System Red Green Blue C M Y K H S L
Decimal 194 2 175 0 0.99 0.10 0.24 305.94 0.98 0.38
Hex C2 2 AF 0 63 A 18 132 62 26
Octal 302 2 257 0 143 12 30 462 142 46
Binary 11000010 10 10101111 0 1100011 1010 11000 100110010 1100010 100110

Color Harmonies of #C202AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C202AF

Black with #C202AF

Text Example


Text Example

White with #C202AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C202AF; }

 p { color: rgb(194,2,175); }

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

background-color css

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

 a { background-color: rgb(194,2,175); }

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

border-color css

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

 span { border-color: rgb(194,2,175); }

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