Html Css Color HEX #C805C4 Deep Magenta

📋 copy color: '#C805C4'

red 200 ◦ green 5 ◦ blue 196

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

Shades of Deep Magenta #C805C4

Tints of Deep Magenta #C805C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 48.88%

R = 49.88%
G = 1.25%
B = 48.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C805C4 (or 0xC805C4) is known color: Deep Magenta. HEX triplet: C8, 05 and C4. RGB value is (200,5,196). Sum of RGB (Red+Green+Blue) = 200+5+196=401 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.88% from 401); Green value is 5 (2.34% from 255 or 1.25% from 401); Blue value is 196 (76.95% from 255 or 48.88% from 401); Max value from RGB is 200 - color contains mainly: red. Hex color #C805C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C805C4 is #37FA3B. Grayscale: #545454. Windows color (decimal): -3668540 or 12846536. OLE color: 12846536.

HSL color Cylindrical-coordinate representation of color #C805C4: hue angle of 301.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 #C805C4 is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 5 196 -
CMYK 0 0.98 0.02 0.22
HSL 301.23º 0.95% 0.4% -
HSV(B) 301.23º 0.98% 0.78% -
XYZ 33.84 16.37 53.6 -
YUV 85.08 190.6 209.97 -
System Red Green Blue C M Y K H S L
Decimal 200 5 196 0 0.98 0.02 0.22 301.23 0.95 0.4
Hex C8 5 C4 0 62 2 16 12D 5F 28
Octal 310 5 304 0 142 2 26 455 137 50
Binary 11001000 101 11000100 0 1100010 10 10110 100101101 1011111 101000

Color Harmonies of #C805C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C805C4

Black with #C805C4

Text Example


Text Example

White with #C805C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C805C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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