Html Css Color HEX #C612DC Deep Magenta

📋 copy color: '#C612DC'

red 198 ◦ green 18 ◦ blue 220

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

Shades of Deep Magenta #C612DC

Tints of Deep Magenta #C612DC

RGB

 RED value IS 198 (77.73% from 255) = 45.41%

 GREEN value IS 18 (7.42% from 255) = 4.13%

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

R = 45.41%
G = 4.13%
B = 50.46%

CMYK

 C value IS 0.1

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C612DC (or 0xC612DC) is known color: Deep Magenta. HEX triplet: C6, 12 and DC. RGB value is (198,18,220). Sum of RGB (Red+Green+Blue) = 198+18+220=436 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.41% from 436); Green value is 18 (7.42% from 255 or 4.13% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #C612DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C612DC is #39ED23. Grayscale: #5E5E5E. Windows color (decimal): -3796260 or 14422726. OLE color: 14422726.

HSL color Cylindrical-coordinate representation of color #C612DC: hue angle of 293.47º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C612DC is Cyan = 0.1, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 18 220 -
CMYK 0.1 0.92 0 0.14
HSL 293.47º 0.85% 0.47% -
HSV(B) 293.47º 0.92% 0.86% -
XYZ 36.42 17.61 69.19 -
YUV 94.85 198.63 201.57 -
System Red Green Blue C M Y K H S L
Decimal 198 18 220 0.1 0.92 0 0.14 293.47 0.85 0.47
Hex C6 12 DC A 5C 0 E 125 55 2F
Octal 306 22 334 12 134 0 16 445 125 57
Binary 11000110 10010 11011100 1010 1011100 0 1110 100100101 1010101 101111

Color Harmonies of #C612DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C612DC

Black with #C612DC

Text Example


Text Example

White with #C612DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C612DC; }

 p { color: rgb(198,18,220); }

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

background-color css

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

 a { background-color: rgb(198,18,220); }

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

border-color css

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

 span { border-color: rgb(198,18,220); }

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