Html Css Color HEX #C612DD Deep Magenta

📋 copy color: '#C612DD'

red 198 ◦ green 18 ◦ blue 221

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

Shades of Deep Magenta #C612DD

Tints of Deep Magenta #C612DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.57%

R = 45.31%
G = 4.12%
B = 50.57%

CMYK

 C value IS 0.10

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C612DD (or 0xC612DD) is known color: Deep Magenta. HEX triplet: C6, 12 and DD. RGB value is (198,18,221). Sum of RGB (Red+Green+Blue) = 198+18+221=437 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.31% from 437); Green value is 18 (7.42% from 255 or 4.12% from 437); Blue value is 221 (86.72% from 255 or 50.57% from 437); Max value from RGB is 221 - color contains mainly: blue. Hex color #C612DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C612DD is #39ED22. Grayscale: #5E5E5E. Windows color (decimal): -3796259 or 14488262. OLE color: 14488262.

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

Color convert

RGB 198 18 221 -
CMYK 0.10 0.92 0 0.13
HSL 293.2º 0.85% 0.47% -
HSV(B) 293.2º 0.92% 0.87% -
XYZ 36.56 17.66 69.89 -
YUV 94.96 199.13 201.49 -
System Red Green Blue C M Y K H S L
Decimal 198 18 221 0.10 0.92 0 0.13 293.2 0.85 0.47
Hex C6 12 DD A 5C 0 D 125 55 2F
Octal 306 22 335 12 134 0 15 445 125 57
Binary 11000110 10010 11011101 1010 1011100 0 1101 100100101 1010101 101111

Color Harmonies of #C612DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C612DD

Black with #C612DD

Text Example


Text Example

White with #C612DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C612DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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