Html Css Color HEX #C805B7 Deep Magenta

📋 copy color: '#C805B7'

red 200 ◦ green 5 ◦ blue 183

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

Shades of Deep Magenta #C805B7

Tints of Deep Magenta #C805B7

RGB

 RED value IS 200 (78.52% from 255) = 51.55%

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

 BLUE value IS 183 (71.88% from 255) = 47.16%

R = 51.55%
G = 1.29%
B = 47.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C805B7 (or 0xC805B7) is known color: Deep Magenta. HEX triplet: C8, 05 and B7. RGB value is (200,5,183). Sum of RGB (Red+Green+Blue) = 200+5+183=388 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.55% from 388); Green value is 5 (2.34% from 255 or 1.29% from 388); Blue value is 183 (71.88% from 255 or 47.16% from 388); Max value from RGB is 200 - color contains mainly: red. Hex color #C805B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C805B7 is #37FA48. Grayscale: #535353. Windows color (decimal): -3668553 or 11994568. OLE color: 11994568.

HSL color Cylindrical-coordinate representation of color #C805B7: hue angle of 305.23º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C805B7 is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 5 183 -
CMYK 0 0.98 0.08 0.22
HSL 305.23º 0.95% 0.4% -
HSV(B) 305.23º 0.98% 0.78% -
XYZ 32.42 15.81 46.14 -
YUV 83.6 184.1 211.03 -
System Red Green Blue C M Y K H S L
Decimal 200 5 183 0 0.98 0.08 0.22 305.23 0.95 0.4
Hex C8 5 B7 0 62 8 16 131 5F 28
Octal 310 5 267 0 142 10 26 461 137 50
Binary 11001000 101 10110111 0 1100010 1000 10110 100110001 1011111 101000

Color Harmonies of #C805B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C805B7

Black with #C805B7

Text Example


Text Example

White with #C805B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C805B7; }

 p { color: rgb(200,5,183); }

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

background-color css

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

 a { background-color: rgb(200,5,183); }

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

border-color css

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

 span { border-color: rgb(200,5,183); }

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