Html Css Color HEX #C005B3 Deep Magenta

📋 copy color: '#C005B3'

red 192 ◦ green 5 ◦ blue 179

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

Shades of Deep Magenta #C005B3

Tints of Deep Magenta #C005B3

RGB

 RED value IS 192 (75.39% from 255) = 51.06%

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

 BLUE value IS 179 (70.31% from 255) = 47.61%

R = 51.06%
G = 1.33%
B = 47.61%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#C005B3 (or 0xC005B3) is known color: Deep Magenta. HEX triplet: C0, 05 and B3. RGB value is (192,5,179). Sum of RGB (Red+Green+Blue) = 192+5+179=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 5 (2.34% from 255 or 1.33% from 376); Blue value is 179 (70.31% from 255 or 47.61% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C005B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C005B3 is #3FFA4C. Grayscale: #505050. Windows color (decimal): -4192845 or 11732416. OLE color: 11732416.

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

Color convert

RGB 192 5 179 -
CMYK 0 0.97 0.07 0.25
HSL 304.17º 0.95% 0.39% -
HSV(B) 304.17º 0.97% 0.75% -
XYZ 29.93 14.57 43.88 -
YUV 80.75 183.45 207.35 -
System Red Green Blue C M Y K H S L
Decimal 192 5 179 0 0.97 0.07 0.25 304.17 0.95 0.39
Hex C0 5 B3 0 61 7 19 130 5F 27
Octal 300 5 263 0 141 7 31 460 137 47
Binary 11000000 101 10110011 0 1100001 111 11001 100110000 1011111 100111

Color Harmonies of #C005B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C005B3

Black with #C005B3

Text Example


Text Example

White with #C005B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C005B3; }

 p { color: rgb(192,5,179); }

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

background-color css

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

 a { background-color: rgb(192,5,179); }

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

border-color css

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

 span { border-color: rgb(192,5,179); }

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