Html Css Color HEX #C004DA Deep Magenta

📋 copy color: '#C004DA'

red 192 ◦ green 4 ◦ blue 218

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

Shades of Deep Magenta #C004DA

Tints of Deep Magenta #C004DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 52.66%

R = 46.38%
G = 0.97%
B = 52.66%

CMYK

 C value IS 0.12

 M value IS 0.98

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C004DA (or 0xC004DA) is known color: Deep Magenta. HEX triplet: C0, 04 and DA. RGB value is (192,4,218). Sum of RGB (Red+Green+Blue) = 192+4+218=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 4 (1.95% from 255 or 0.97% from 414); Blue value is 218 (85.55% from 255 or 52.66% from 414); Max value from RGB is 218 - color contains mainly: blue. Hex color #C004DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C004DA is #3FFB25. Grayscale: #535353. Windows color (decimal): -4193062 or 14288064. OLE color: 14288064.

HSL color Cylindrical-coordinate representation of color #C004DA: hue angle of 292.71º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C004DA is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 192 4 218 -
CMYK 0.12 0.98 0 0.15
HSL 292.71º 0.96% 0.44% -
HSV(B) 292.71º 0.98% 0.85% -
XYZ 34.44 16.36 67.67 -
YUV 84.61 203.28 204.6 -
System Red Green Blue C M Y K H S L
Decimal 192 4 218 0.12 0.98 0 0.15 292.71 0.96 0.44
Hex C0 4 DA C 62 0 F 125 60 2C
Octal 300 4 332 14 142 0 17 445 140 54
Binary 11000000 100 11011010 1100 1100010 0 1111 100100101 1100000 101100

Color Harmonies of #C004DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C004DA

Black with #C004DA

Text Example


Text Example

White with #C004DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C004DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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