Html Css Color HEX #C205B2 Deep Magenta

📋 copy color: '#C205B2'

red 194 ◦ green 5 ◦ blue 178

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

Shades of Deep Magenta #C205B2

Tints of Deep Magenta #C205B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 47.21%

R = 51.46%
G = 1.33%
B = 47.21%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C205B2 (or 0xC205B2) is known color: Deep Magenta. HEX triplet: C2, 05 and B2. RGB value is (194,5,178). Sum of RGB (Red+Green+Blue) = 194+5+178=377 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.46% from 377); Green value is 5 (2.34% from 255 or 1.33% from 377); Blue value is 178 (69.92% from 255 or 47.21% from 377); Max value from RGB is 194 - color contains mainly: red. Hex color #C205B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C205B2 is #3DFA4D. Grayscale: #505050. Windows color (decimal): -4061774 or 11666882. OLE color: 11666882.

HSL color Cylindrical-coordinate representation of color #C205B2: hue angle of 305.08º 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 #C205B2 is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 5 178 -
CMYK 0 0.97 0.08 0.24
HSL 305.08º 0.95% 0.39% -
HSV(B) 305.08º 0.97% 0.76% -
XYZ 30.34 14.79 43.38 -
YUV 81.23 182.62 208.43 -
System Red Green Blue C M Y K H S L
Decimal 194 5 178 0 0.97 0.08 0.24 305.08 0.95 0.39
Hex C2 5 B2 0 61 8 18 131 5F 27
Octal 302 5 262 0 141 10 30 461 137 47
Binary 11000010 101 10110010 0 1100001 1000 11000 100110001 1011111 100111

Color Harmonies of #C205B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C205B2

Black with #C205B2

Text Example


Text Example

White with #C205B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C205B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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