Html Css Color HEX #C804AF Deep Magenta

📋 copy color: '#C804AF'

red 200 ◦ green 4 ◦ blue 175

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

Shades of Deep Magenta #C804AF

Tints of Deep Magenta #C804AF

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.06%

 BLUE value IS 175 (68.75% from 255) = 46.17%

R = 52.77%
G = 1.06%
B = 46.17%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C804AF (or 0xC804AF) is known color: Deep Magenta. HEX triplet: C8, 04 and AF. RGB value is (200,4,175). Sum of RGB (Red+Green+Blue) = 200+4+175=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 4 (1.95% from 255 or 1.06% from 379); Blue value is 175 (68.75% from 255 or 46.17% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C804AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C804AF is #37FB50. Grayscale: #515151. Windows color (decimal): -3668817 or 11470024. OLE color: 11470024.

HSL color Cylindrical-coordinate representation of color #C804AF: hue angle of 307.65º degrees, saturation: 0.96, 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 #C804AF is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 4 175 -
CMYK 0 0.98 0.12 0.22
HSL 307.65º 0.96% 0.4% -
HSV(B) 307.65º 0.98% 0.78% -
XYZ 31.6 15.46 41.88 -
YUV 82.1 180.43 212.1 -
System Red Green Blue C M Y K H S L
Decimal 200 4 175 0 0.98 0.12 0.22 307.65 0.96 0.4
Hex C8 4 AF 0 62 C 16 134 60 28
Octal 310 4 257 0 142 14 26 464 140 50
Binary 11001000 100 10101111 0 1100010 1100 10110 100110100 1100000 101000

Color Harmonies of #C804AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C804AF

Black with #C804AF

Text Example


Text Example

White with #C804AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C804AF; }

 p { color: rgb(200,4,175); }

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

background-color css

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

 a { background-color: rgb(200,4,175); }

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

border-color css

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

 span { border-color: rgb(200,4,175); }

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