Html Css Color HEX #C104DA Deep Magenta

📋 copy color: '#C104DA'

red 193 ◦ green 4 ◦ blue 218

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

Shades of Deep Magenta #C104DA

Tints of Deep Magenta #C104DA

RGB

 RED value IS 193 (75.78% from 255) = 46.51%

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

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

R = 46.51%
G = 0.96%
B = 52.53%

CMYK

 C value IS 0.11

 M value IS 0.98

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C104DA (or 0xC104DA) is known color: Deep Magenta. HEX triplet: C1, 04 and DA. RGB value is (193,4,218). Sum of RGB (Red+Green+Blue) = 193+4+218=415 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.51% from 415); Green value is 4 (1.95% from 255 or 0.96% from 415); Blue value is 218 (85.55% from 255 or 52.53% from 415); Max value from RGB is 218 - color contains mainly: blue. Hex color #C104DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C104DA is #3EFB25. Grayscale: #545454. Windows color (decimal): -4127526 or 14288065. OLE color: 14288065.

HSL color Cylindrical-coordinate representation of color #C104DA: hue angle of 292.99º 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 #C104DA is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 193 4 218 -
CMYK 0.11 0.98 0 0.15
HSL 292.99º 0.96% 0.44% -
HSV(B) 292.99º 0.98% 0.85% -
XYZ 34.69 16.49 67.68 -
YUV 84.91 203.12 205.1 -
System Red Green Blue C M Y K H S L
Decimal 193 4 218 0.11 0.98 0 0.15 292.99 0.96 0.44
Hex C1 4 DA B 62 0 F 125 60 2C
Octal 301 4 332 13 142 0 17 445 140 54
Binary 11000001 100 11011010 1011 1100010 0 1111 100100101 1100000 101100

Color Harmonies of #C104DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C104DA

Black with #C104DA

Text Example


Text Example

White with #C104DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C104DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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