Html Css Color HEX #C201AF Deep Magenta

📋 copy color: '#C201AF'

red 194 ◦ green 1 ◦ blue 175

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

Shades of Deep Magenta #C201AF

Tints of Deep Magenta #C201AF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 52.43%
G = 0.27%
B = 47.3%

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

#C201AF (or 0xC201AF) is known color: Deep Magenta. HEX triplet: C2, 01 and AF. RGB value is (194,1,175). Sum of RGB (Red+Green+Blue) = 194+1+175=370 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.43% from 370); Green value is 1 (0.78% from 255 or 0.27% from 370); Blue value is 175 (68.75% from 255 or 47.30% from 370); Max value from RGB is 194 - color contains mainly: red. Hex color #C201AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C201AF is #3DFE50. Grayscale: #4E4E4E. Windows color (decimal): -4062801 or 11469250. OLE color: 11469250.

HSL color Cylindrical-coordinate representation of color #C201AF: hue angle of 305.91º degrees, saturation: 0.99, 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 #C201AF is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 1 175 -
CMYK 0 0.99 0.10 0.24
HSL 305.91º 0.99% 0.38% -
HSV(B) 305.91º 0.99% 0.76% -
XYZ 30 14.59 41.79 -
YUV 78.54 182.44 210.35 -
System Red Green Blue C M Y K H S L
Decimal 194 1 175 0 0.99 0.10 0.24 305.91 0.99 0.38
Hex C2 1 AF 0 63 A 18 132 63 26
Octal 302 1 257 0 143 12 30 462 143 46
Binary 11000010 1 10101111 0 1100011 1010 11000 100110010 1100011 100110

Color Harmonies of #C201AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C201AF

Black with #C201AF

Text Example


Text Example

White with #C201AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C201AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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