Html Css Color HEX #C612AA Deep Magenta

📋 copy color: '#C612AA'

red 198 ◦ green 18 ◦ blue 170

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

Shades of Deep Magenta #C612AA

Tints of Deep Magenta #C612AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 44.04%

R = 51.3%
G = 4.66%
B = 44.04%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C612AA (or 0xC612AA) is known color: Deep Magenta. HEX triplet: C6, 12 and AA. RGB value is (198,18,170). Sum of RGB (Red+Green+Blue) = 198+18+170=386 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.30% from 386); Green value is 18 (7.42% from 255 or 4.66% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 198 - color contains mainly: red. Hex color #C612AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C612AA is #39ED55. Grayscale: #585858. Windows color (decimal): -3796310 or 11145926. OLE color: 11145926.

HSL color Cylindrical-coordinate representation of color #C612AA: hue angle of 309.33º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C612AA is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 18 170 -
CMYK 0 0.91 0.14 0.22
HSL 309.33º 0.83% 0.42% -
HSV(B) 309.33º 0.91% 0.78% -
XYZ 30.76 15.34 39.37 -
YUV 89.15 173.63 205.64 -
System Red Green Blue C M Y K H S L
Decimal 198 18 170 0 0.91 0.14 0.22 309.33 0.83 0.42
Hex C6 12 AA 0 5B E 16 135 53 2A
Octal 306 22 252 0 133 16 26 465 123 52
Binary 11000110 10010 10101010 0 1011011 1110 10110 100110101 1010011 101010

Color Harmonies of #C612AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C612AA

Black with #C612AA

Text Example


Text Example

White with #C612AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C612AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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