Html Css Color HEX #C30DDC Deep Magenta

📋 copy color: '#C30DDC'

red 195 ◦ green 13 ◦ blue 220

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

Shades of Deep Magenta #C30DDC

Tints of Deep Magenta #C30DDC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.04%

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

R = 45.56%
G = 3.04%
B = 51.4%

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

#C30DDC (or 0xC30DDC) is known color: Deep Magenta. HEX triplet: C3, 0D and DC. RGB value is (195,13,220). Sum of RGB (Red+Green+Blue) = 195+13+220=428 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.56% from 428); Green value is 13 (5.47% from 255 or 3.04% from 428); Blue value is 220 (86.33% from 255 or 51.40% from 428); Max value from RGB is 220 - color contains mainly: blue. Hex color #C30DDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30DDC is #3CF223. Grayscale: #5A5A5A. Windows color (decimal): -3994148 or 14421443. OLE color: 14421443.

HSL color Cylindrical-coordinate representation of color #C30DDC: hue angle of 292.75º degrees, saturation: 0.89, 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 #C30DDC is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 195 13 220 -
CMYK 0.11 0.94 0 0.14
HSL 292.75º 0.89% 0.46% -
HSV(B) 292.75º 0.94% 0.86% -
XYZ 35.57 17.06 69.13 -
YUV 91.02 200.8 202.17 -
System Red Green Blue C M Y K H S L
Decimal 195 13 220 0.11 0.94 0 0.14 292.75 0.89 0.46
Hex C3 D DC B 5E 0 E 125 59 2E
Octal 303 15 334 13 136 0 16 445 131 56
Binary 11000011 1101 11011100 1011 1011110 0 1110 100100101 1011001 101110

Color Harmonies of #C30DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30DDC

Black with #C30DDC

Text Example


Text Example

White with #C30DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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