Html Css Color HEX #C30EDC Deep Magenta

📋 copy color: '#C30EDC'

red 195 ◦ green 14 ◦ blue 220

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

Shades of Deep Magenta #C30EDC

Tints of Deep Magenta #C30EDC

RGB

 RED value IS 195 (76.56% from 255) = 45.45%

 GREEN value IS 14 (5.86% from 255) = 3.26%

 BLUE value IS 220 (86.33% from 255) = 51.28%

R = 45.45%
G = 3.26%
B = 51.28%

CMYK

 C value IS 0.11

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C30EDC (or 0xC30EDC) is known color: Deep Magenta. HEX triplet: C3, 0E and DC. RGB value is (195,14,220). Sum of RGB (Red+Green+Blue) = 195+14+220=429 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.45% from 429); Green value is 14 (5.86% from 255 or 3.26% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #C30EDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30EDC is #3CF123. Grayscale: #5A5A5A. Windows color (decimal): -3993892 or 14421699. OLE color: 14421699.

HSL color Cylindrical-coordinate representation of color #C30EDC: hue angle of 292.72º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C30EDC is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 195 14 220 -
CMYK 0.11 0.94 0 0.14
HSL 292.72º 0.88% 0.46% -
HSV(B) 292.72º 0.94% 0.86% -
XYZ 35.58 17.08 69.13 -
YUV 91.6 200.47 201.75 -
System Red Green Blue C M Y K H S L
Decimal 195 14 220 0.11 0.94 0 0.14 292.72 0.88 0.46
Hex C3 E DC B 5E 0 E 125 58 2E
Octal 303 16 334 13 136 0 16 445 130 56
Binary 11000011 1110 11011100 1011 1011110 0 1110 100100101 1011000 101110

Color Harmonies of #C30EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30EDC

Black with #C30EDC

Text Example


Text Example

White with #C30EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30EDC; }

 p { color: rgb(195,14,220); }

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

background-color css

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

 a { background-color: rgb(195,14,220); }

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

border-color css

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

 span { border-color: rgb(195,14,220); }

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