Html Css Color HEX #C004AF Deep Magenta

📋 copy color: '#C004AF'

red 192 ◦ green 4 ◦ blue 175

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

Shades of Deep Magenta #C004AF

Tints of Deep Magenta #C004AF

RGB

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

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

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

R = 51.75%
G = 1.08%
B = 47.17%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C004AF (or 0xC004AF) is known color: Deep Magenta. HEX triplet: C0, 04 and AF. RGB value is (192,4,175). Sum of RGB (Red+Green+Blue) = 192+4+175=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 4 (1.95% from 255 or 1.08% from 371); Blue value is 175 (68.75% from 255 or 47.17% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C004AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C004AF is #3FFB50. Grayscale: #4F4F4F. Windows color (decimal): -4193105 or 11470016. OLE color: 11470016.

HSL color Cylindrical-coordinate representation of color #C004AF: hue angle of 305.43º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C004AF is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 4 175 -
CMYK 0 0.98 0.09 0.25
HSL 305.43º 0.96% 0.38% -
HSV(B) 305.43º 0.98% 0.75% -
XYZ 29.52 14.39 41.78 -
YUV 79.71 181.78 208.1 -
System Red Green Blue C M Y K H S L
Decimal 192 4 175 0 0.98 0.09 0.25 305.43 0.96 0.38
Hex C0 4 AF 0 62 9 19 131 60 26
Octal 300 4 257 0 142 11 31 461 140 46
Binary 11000000 100 10101111 0 1100010 1001 11001 100110001 1100000 100110

Color Harmonies of #C004AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C004AF

Black with #C004AF

Text Example


Text Example

White with #C004AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C004AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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