Html Css Color HEX #C205B9 Deep Magenta

📋 copy color: '#C205B9'

red 194 ◦ green 5 ◦ blue 185

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

Shades of Deep Magenta #C205B9

Tints of Deep Magenta #C205B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 48.18%

R = 50.52%
G = 1.3%
B = 48.18%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C205B9 (or 0xC205B9) is known color: Deep Magenta. HEX triplet: C2, 05 and B9. RGB value is (194,5,185). Sum of RGB (Red+Green+Blue) = 194+5+185=384 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.52% from 384); Green value is 5 (2.34% from 255 or 1.30% from 384); Blue value is 185 (72.66% from 255 or 48.18% from 384); Max value from RGB is 194 - color contains mainly: red. Hex color #C205B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C205B9 is #3DFA46. Grayscale: #515151. Windows color (decimal): -4061767 or 12125634. OLE color: 12125634.

HSL color Cylindrical-coordinate representation of color #C205B9: hue angle of 302.86º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C205B9 is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 5 185 -
CMYK 0 0.97 0.05 0.24
HSL 302.86º 0.95% 0.39% -
HSV(B) 302.86º 0.97% 0.76% -
XYZ 31.06 15.08 47.17 -
YUV 82.03 186.12 207.86 -
System Red Green Blue C M Y K H S L
Decimal 194 5 185 0 0.97 0.05 0.24 302.86 0.95 0.39
Hex C2 5 B9 0 61 5 18 12F 5F 27
Octal 302 5 271 0 141 5 30 457 137 47
Binary 11000010 101 10111001 0 1100001 101 11000 100101111 1011111 100111

Color Harmonies of #C205B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C205B9

Black with #C205B9

Text Example


Text Example

White with #C205B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C205B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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