Html Css Color HEX #C207DC Deep Magenta

📋 copy color: '#C207DC'

red 194 ◦ green 7 ◦ blue 220

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

Shades of Deep Magenta #C207DC

Tints of Deep Magenta #C207DC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.66%

 BLUE value IS 220 (86.33% from 255) = 52.26%

R = 46.08%
G = 1.66%
B = 52.26%

CMYK

 C value IS 0.12

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C207DC (or 0xC207DC) is known color: Deep Magenta. HEX triplet: C2, 07 and DC. RGB value is (194,7,220). Sum of RGB (Red+Green+Blue) = 194+7+220=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 7 (3.12% from 255 or 1.66% from 421); Blue value is 220 (86.33% from 255 or 52.26% from 421); Max value from RGB is 220 - color contains mainly: blue. Hex color #C207DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C207DC is #3DF823. Grayscale: #565656. Windows color (decimal): -4061220 or 14419906. OLE color: 14419906.

HSL color Cylindrical-coordinate representation of color #C207DC: hue angle of 292.68º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C207DC is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 7 220 -
CMYK 0.12 0.97 0 0.14
HSL 292.68º 0.94% 0.45% -
HSV(B) 292.68º 0.97% 0.86% -
XYZ 35.24 16.79 69.09 -
YUV 87.2 202.95 204.18 -
System Red Green Blue C M Y K H S L
Decimal 194 7 220 0.12 0.97 0 0.14 292.68 0.94 0.45
Hex C2 7 DC C 61 0 E 125 5E 2D
Octal 302 7 334 14 141 0 16 445 136 55
Binary 11000010 111 11011100 1100 1100001 0 1110 100100101 1011110 101101

Color Harmonies of #C207DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C207DC

Black with #C207DC

Text Example


Text Example

White with #C207DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C207DC; }

 p { color: rgb(194,7,220); }

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

background-color css

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

 a { background-color: rgb(194,7,220); }

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

border-color css

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

 span { border-color: rgb(194,7,220); }

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