Html Css Color HEX #C612DF Deep Magenta

📋 copy color: '#C612DF'

red 198 ◦ green 18 ◦ blue 223

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

Shades of Deep Magenta #C612DF

Tints of Deep Magenta #C612DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.8%

R = 45.1%
G = 4.1%
B = 50.8%

CMYK

 C value IS 0.11

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C612DF (or 0xC612DF) is known color: Deep Magenta. HEX triplet: C6, 12 and DF. RGB value is (198,18,223). Sum of RGB (Red+Green+Blue) = 198+18+223=439 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.10% from 439); Green value is 18 (7.42% from 255 or 4.10% from 439); Blue value is 223 (87.5% from 255 or 50.80% from 439); Max value from RGB is 223 - color contains mainly: blue. Hex color #C612DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C612DF is #39ED20. Grayscale: #5E5E5E. Windows color (decimal): -3796257 or 14619334. OLE color: 14619334.

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

Color convert

RGB 198 18 223 -
CMYK 0.11 0.92 0 0.13
HSL 292.68º 0.85% 0.47% -
HSV(B) 292.68º 0.92% 0.87% -
XYZ 36.82 17.77 71.3 -
YUV 95.19 200.13 201.33 -
System Red Green Blue C M Y K H S L
Decimal 198 18 223 0.11 0.92 0 0.13 292.68 0.85 0.47
Hex C6 12 DF B 5C 0 D 125 55 2F
Octal 306 22 337 13 134 0 15 445 125 57
Binary 11000110 10010 11011111 1011 1011100 0 1101 100100101 1010101 101111

Color Harmonies of #C612DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C612DF

Black with #C612DF

Text Example


Text Example

White with #C612DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C612DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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