Html Css Color HEX #C201CF Deep Magenta

📋 copy color: '#C201CF'

red 194 ◦ green 1 ◦ blue 207

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

Shades of Deep Magenta #C201CF

Tints of Deep Magenta #C201CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 51.49%

R = 48.26%
G = 0.25%
B = 51.49%

CMYK

 C value IS 0.06

 M value IS 1.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C201CF (or 0xC201CF) is known color: Deep Magenta. HEX triplet: C2, 01 and CF. RGB value is (194,1,207). Sum of RGB (Red+Green+Blue) = 194+1+207=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 1 (0.78% from 255 or 0.25% from 402); Blue value is 207 (81.25% from 255 or 51.49% from 402); Max value from RGB is 207 - color contains mainly: blue. Hex color #C201CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C201CF is #3DFE30. Grayscale: #515151. Windows color (decimal): -4062769 or 13566402. OLE color: 13566402.

HSL color Cylindrical-coordinate representation of color #C201CF: hue angle of 296.21º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C201CF is Cyan = 0.06, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 1 207 -
CMYK 0.06 1.00 0 0.19
HSL 296.21º 0.99% 0.41% -
HSV(B) 296.21º 1% 0.81% -
XYZ 33.52 16 60.35 -
YUV 82.19 198.44 207.75 -
System Red Green Blue C M Y K H S L
Decimal 194 1 207 0.06 1.00 0 0.19 296.21 0.99 0.41
Hex C2 1 CF 6 64 0 13 128 63 29
Octal 302 1 317 6 144 0 23 450 143 51
Binary 11000010 1 11001111 110 1100100 0 10011 100101000 1100011 101001

Color Harmonies of #C201CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C201CF

Black with #C201CF

Text Example


Text Example

White with #C201CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C201CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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