Html Css Color HEX #C206CA Deep Magenta

📋 copy color: '#C206CA'

red 194 ◦ green 6 ◦ blue 202

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

Shades of Deep Magenta #C206CA

Tints of Deep Magenta #C206CA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.49%

 BLUE value IS 202 (79.3% from 255) = 50.25%

R = 48.26%
G = 1.49%
B = 50.25%

CMYK

 C value IS 0.04

 M value IS 0.97

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C206CA (or 0xC206CA) is known color: Deep Magenta. HEX triplet: C2, 06 and CA. RGB value is (194,6,202). Sum of RGB (Red+Green+Blue) = 194+6+202=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 6 (2.73% from 255 or 1.49% from 402); Blue value is 202 (79.30% from 255 or 50.25% from 402); Max value from RGB is 202 - color contains mainly: blue. Hex color #C206CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C206CA is #3DF935. Grayscale: #535353. Windows color (decimal): -4061494 or 13240002. OLE color: 13240002.

HSL color Cylindrical-coordinate representation of color #C206CA: hue angle of 297.55º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C206CA is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 194 6 202 -
CMYK 0.04 0.97 0 0.21
HSL 297.55º 0.94% 0.41% -
HSV(B) 297.55º 0.97% 0.79% -
XYZ 32.97 15.86 57.2 -
YUV 84.56 194.28 206.06 -
System Red Green Blue C M Y K H S L
Decimal 194 6 202 0.04 0.97 0 0.21 297.55 0.94 0.41
Hex C2 6 CA 4 61 0 15 12A 5E 29
Octal 302 6 312 4 141 0 25 452 136 51
Binary 11000010 110 11001010 100 1100001 0 10101 100101010 1011110 101001

Color Harmonies of #C206CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C206CA

Black with #C206CA

Text Example


Text Example

White with #C206CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C206CA; }

 p { color: rgb(194,6,202); }

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

background-color css

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

 a { background-color: rgb(194,6,202); }

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

border-color css

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

 span { border-color: rgb(194,6,202); }

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