Html Css Color HEX #C612BA Deep Magenta

📋 copy color: '#C612BA'

red 198 ◦ green 18 ◦ blue 186

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

Shades of Deep Magenta #C612BA

Tints of Deep Magenta #C612BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.27%

R = 49.25%
G = 4.48%
B = 46.27%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C612BA (or 0xC612BA) is known color: Deep Magenta. HEX triplet: C6, 12 and BA. RGB value is (198,18,186). Sum of RGB (Red+Green+Blue) = 198+18+186=402 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.25% from 402); Green value is 18 (7.42% from 255 or 4.48% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 198 - color contains mainly: red. Hex color #C612BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C612BA is #39ED45. Grayscale: #5A5A5A. Windows color (decimal): -3796294 or 12194502. OLE color: 12194502.

HSL color Cylindrical-coordinate representation of color #C612BA: hue angle of 304º 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 #C612BA is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 18 186 -
CMYK 0 0.91 0.06 0.22
HSL 304º 0.83% 0.42% -
HSV(B) 304º 0.91% 0.78% -
XYZ 32.37 15.98 47.83 -
YUV 90.97 181.63 204.34 -
System Red Green Blue C M Y K H S L
Decimal 198 18 186 0 0.91 0.06 0.22 304 0.83 0.42
Hex C6 12 BA 0 5B 6 16 130 53 2A
Octal 306 22 272 0 133 6 26 460 123 52
Binary 11000110 10010 10111010 0 1011011 110 10110 100110000 1010011 101010

Color Harmonies of #C612BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C612BA

Black with #C612BA

Text Example


Text Example

White with #C612BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C612BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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