Html Css Color HEX #C30ADA Deep Magenta

📋 copy color: '#C30ADA'

red 195 ◦ green 10 ◦ blue 218

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

Shades of Deep Magenta #C30ADA

Tints of Deep Magenta #C30ADA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.36%

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

R = 46.1%
G = 2.36%
B = 51.54%

CMYK

 C value IS 0.11

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C30ADA (or 0xC30ADA) is known color: Deep Magenta. HEX triplet: C3, 0A and DA. RGB value is (195,10,218). Sum of RGB (Red+Green+Blue) = 195+10+218=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 10 (4.30% from 255 or 2.36% from 423); Blue value is 218 (85.55% from 255 or 51.54% from 423); Max value from RGB is 218 - color contains mainly: blue. Hex color #C30ADA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30ADA is #3CF525. Grayscale: #585858. Windows color (decimal): -3994918 or 14289603. OLE color: 14289603.

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

Color convert

RGB 195 10 218 -
CMYK 0.11 0.95 0 0.15
HSL 293.37º 0.91% 0.45% -
HSV(B) 293.37º 0.95% 0.85% -
XYZ 35.27 16.88 67.73 -
YUV 89.03 200.79 203.59 -
System Red Green Blue C M Y K H S L
Decimal 195 10 218 0.11 0.95 0 0.15 293.37 0.91 0.45
Hex C3 A DA B 5F 0 F 125 5B 2D
Octal 303 12 332 13 137 0 17 445 133 55
Binary 11000011 1010 11011010 1011 1011111 0 1111 100100101 1011011 101101

Color Harmonies of #C30ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30ADA

Black with #C30ADA

Text Example


Text Example

White with #C30ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30ADA; }

 p { color: rgb(195,10,218); }

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

background-color css

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

 a { background-color: rgb(195,10,218); }

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

border-color css

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

 span { border-color: rgb(195,10,218); }

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