Html Css Color HEX #C612DE Deep Magenta

📋 copy color: '#C612DE'

red 198 ◦ green 18 ◦ blue 222

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

Shades of Deep Magenta #C612DE

Tints of Deep Magenta #C612DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50.68%

R = 45.21%
G = 4.11%
B = 50.68%

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

#C612DE (or 0xC612DE) is known color: Deep Magenta. HEX triplet: C6, 12 and DE. RGB value is (198,18,222). Sum of RGB (Red+Green+Blue) = 198+18+222=438 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.21% from 438); Green value is 18 (7.42% from 255 or 4.11% from 438); Blue value is 222 (87.11% from 255 or 50.68% from 438); Max value from RGB is 222 - color contains mainly: blue. Hex color #C612DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C612DE is #39ED21. Grayscale: #5E5E5E. Windows color (decimal): -3796258 or 14553798. OLE color: 14553798.

HSL color Cylindrical-coordinate representation of color #C612DE: hue angle of 292.94º 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 #C612DE is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 18 222 -
CMYK 0.11 0.92 0 0.13
HSL 292.94º 0.85% 0.47% -
HSV(B) 292.94º 0.92% 0.87% -
XYZ 36.69 17.71 70.59 -
YUV 95.08 199.63 201.41 -
System Red Green Blue C M Y K H S L
Decimal 198 18 222 0.11 0.92 0 0.13 292.94 0.85 0.47
Hex C6 12 DE B 5C 0 D 125 55 2F
Octal 306 22 336 13 134 0 15 445 125 57
Binary 11000110 10010 11011110 1011 1011100 0 1101 100100101 1010101 101111

Color Harmonies of #C612DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C612DE

Black with #C612DE

Text Example


Text Example

White with #C612DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C612DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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