Html Css Color HEX #C200DF Deep Magenta

📋 copy color: '#C200DF'

red 194 ◦ green 0 ◦ blue 223

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

Shades of Deep Magenta #C200DF

Tints of Deep Magenta #C200DF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 223 (87.5% from 255) = 53.48%

R = 46.52%
G = 0%
B = 53.48%

CMYK

 C value IS 0.13

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C200DF (or 0xC200DF) is known color: Deep Magenta. HEX triplet: C2, 00 and DF. RGB value is (194,0,223). Sum of RGB (Red+Green+Blue) = 194+0+223=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 0 (0.39% from 255 or 0% from 417); Blue value is 223 (87.5% from 255 or 53.48% from 417); Max value from RGB is 223 - color contains mainly: blue. Hex color #C200DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C200DF is #3DFF20. Grayscale: #525252. Windows color (decimal): -4063009 or 14614722. OLE color: 14614722.

HSL color Cylindrical-coordinate representation of color #C200DF: hue angle of 292.2º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C200DF is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 0 223 -
CMYK 0.13 1 0 0.13
HSL 292.2º 1% 0.44% -
HSV(B) 292.2º 1% 0.87% -
XYZ 35.57 16.8 71.18 -
YUV 83.43 206.77 206.87 -
System Red Green Blue C M Y K H S L
Decimal 194 0 223 0.13 1 0 0.13 292.2 1 0.44
Hex C2 0 DF D 64 0 D 124 64 2C
Octal 302 0 337 15 144 0 15 444 144 54
Binary 11000010 0 11011111 1101 1100100 0 1101 100100100 1100100 101100

Color Harmonies of #C200DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C200DF

Black with #C200DF

Text Example


Text Example

White with #C200DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C200DF; }

 p { color: rgb(194,0,223); }

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

background-color css

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

 a { background-color: rgb(194,0,223); }

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

border-color css

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

 span { border-color: rgb(194,0,223); }

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