Html Css Color HEX #C205DA Deep Magenta

📋 copy color: '#C205DA'

red 194 ◦ green 5 ◦ blue 218

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

Shades of Deep Magenta #C205DA

Tints of Deep Magenta #C205DA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.2%

 BLUE value IS 218 (85.55% from 255) = 52.28%

R = 46.52%
G = 1.2%
B = 52.28%

CMYK

 C value IS 0.11

 M value IS 0.98

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C205DA (or 0xC205DA) is known color: Deep Magenta. HEX triplet: C2, 05 and DA. RGB value is (194,5,218). Sum of RGB (Red+Green+Blue) = 194+5+218=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 5 (2.34% from 255 or 1.20% from 417); Blue value is 218 (85.55% from 255 or 52.28% from 417); Max value from RGB is 218 - color contains mainly: blue. Hex color #C205DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C205DA is #3DFA25. Grayscale: #555555. Windows color (decimal): -4061734 or 14288322. OLE color: 14288322.

HSL color Cylindrical-coordinate representation of color #C205DA: hue angle of 293.24º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C205DA is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 5 218 -
CMYK 0.11 0.98 0 0.15
HSL 293.24º 0.96% 0.44% -
HSV(B) 293.24º 0.98% 0.85% -
XYZ 34.96 16.64 67.7 -
YUV 85.79 202.62 205.18 -
System Red Green Blue C M Y K H S L
Decimal 194 5 218 0.11 0.98 0 0.15 293.24 0.96 0.44
Hex C2 5 DA B 62 0 F 125 60 2C
Octal 302 5 332 13 142 0 17 445 140 54
Binary 11000010 101 11011010 1011 1100010 0 1111 100100101 1100000 101100

Color Harmonies of #C205DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C205DA

Black with #C205DA

Text Example


Text Example

White with #C205DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C205DA; }

 p { color: rgb(194,5,218); }

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

background-color css

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

 a { background-color: rgb(194,5,218); }

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

border-color css

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

 span { border-color: rgb(194,5,218); }

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