Html Css Color HEX #C30CDC Deep Magenta

📋 copy color: '#C30CDC'

red 195 ◦ green 12 ◦ blue 220

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

Shades of Deep Magenta #C30CDC

Tints of Deep Magenta #C30CDC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.81%

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

R = 45.67%
G = 2.81%
B = 51.52%

CMYK

 C value IS 0.11

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C30CDC (or 0xC30CDC) is known color: Deep Magenta. HEX triplet: C3, 0C and DC. RGB value is (195,12,220). Sum of RGB (Red+Green+Blue) = 195+12+220=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 12 (5.08% from 255 or 2.81% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #C30CDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30CDC is #3CF323. Grayscale: #595959. Windows color (decimal): -3994404 or 14421187. OLE color: 14421187.

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

Color convert

RGB 195 12 220 -
CMYK 0.11 0.95 0 0.14
HSL 292.79º 0.9% 0.45% -
HSV(B) 292.79º 0.95% 0.86% -
XYZ 35.56 17.03 69.12 -
YUV 90.43 201.13 202.59 -
System Red Green Blue C M Y K H S L
Decimal 195 12 220 0.11 0.95 0 0.14 292.79 0.9 0.45
Hex C3 C DC B 5F 0 E 125 5A 2D
Octal 303 14 334 13 137 0 16 445 132 55
Binary 11000011 1100 11011100 1011 1011111 0 1110 100100101 1011010 101101

Color Harmonies of #C30CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30CDC

Black with #C30CDC

Text Example


Text Example

White with #C30CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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