Html Css Color HEX #C205B1 Deep Magenta

📋 copy color: '#C205B1'

red 194 ◦ green 5 ◦ blue 177

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

Shades of Deep Magenta #C205B1

Tints of Deep Magenta #C205B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 47.07%

R = 51.6%
G = 1.33%
B = 47.07%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C205B1 (or 0xC205B1) is known color: Deep Magenta. HEX triplet: C2, 05 and B1. RGB value is (194,5,177). Sum of RGB (Red+Green+Blue) = 194+5+177=376 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.60% from 376); Green value is 5 (2.34% from 255 or 1.33% from 376); Blue value is 177 (69.53% from 255 or 47.07% from 376); Max value from RGB is 194 - color contains mainly: red. Hex color #C205B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C205B1 is #3DFA4E. Grayscale: #505050. Windows color (decimal): -4061775 or 11601346. OLE color: 11601346.

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

Color convert

RGB 194 5 177 -
CMYK 0 0.97 0.09 0.24
HSL 305.4º 0.95% 0.39% -
HSV(B) 305.4º 0.97% 0.76% -
XYZ 30.24 14.75 42.85 -
YUV 81.12 182.12 208.51 -
System Red Green Blue C M Y K H S L
Decimal 194 5 177 0 0.97 0.09 0.24 305.4 0.95 0.39
Hex C2 5 B1 0 61 9 18 131 5F 27
Octal 302 5 261 0 141 11 30 461 137 47
Binary 11000010 101 10110001 0 1100001 1001 11000 100110001 1011111 100111

Color Harmonies of #C205B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C205B1

Black with #C205B1

Text Example


Text Example

White with #C205B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C205B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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