Html Css Color HEX #C30ED9 Deep Magenta

📋 copy color: '#C30ED9'

red 195 ◦ green 14 ◦ blue 217

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

Shades of Deep Magenta #C30ED9

Tints of Deep Magenta #C30ED9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 50.94%

R = 45.77%
G = 3.29%
B = 50.94%

CMYK

 C value IS 0.10

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C30ED9 (or 0xC30ED9) is known color: Deep Magenta. HEX triplet: C3, 0E and D9. RGB value is (195,14,217). Sum of RGB (Red+Green+Blue) = 195+14+217=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 14 (5.86% from 255 or 3.29% from 426); Blue value is 217 (85.16% from 255 or 50.94% from 426); Max value from RGB is 217 - color contains mainly: blue. Hex color #C30ED9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30ED9 is #3CF126. Grayscale: #5A5A5A. Windows color (decimal): -3993895 or 14225091. OLE color: 14225091.

HSL color Cylindrical-coordinate representation of color #C30ED9: hue angle of 293.5º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C30ED9 is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 195 14 217 -
CMYK 0.10 0.94 0 0.15
HSL 293.5º 0.88% 0.45% -
HSV(B) 293.5º 0.94% 0.85% -
XYZ 35.19 16.93 67.06 -
YUV 91.26 198.97 201.99 -
System Red Green Blue C M Y K H S L
Decimal 195 14 217 0.10 0.94 0 0.15 293.5 0.88 0.45
Hex C3 E D9 A 5E 0 F 125 58 2D
Octal 303 16 331 12 136 0 17 445 130 55
Binary 11000011 1110 11011001 1010 1011110 0 1111 100100101 1011000 101101

Color Harmonies of #C30ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30ED9

Black with #C30ED9

Text Example


Text Example

White with #C30ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30ED9; }

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

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

background-color css

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

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

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

border-color css

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

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

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