Html Css Color HEX #C712B5 Deep Magenta

📋 copy color: '#C712B5'

red 199 ◦ green 18 ◦ blue 181

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

Shades of Deep Magenta #C712B5

Tints of Deep Magenta #C712B5

RGB

 RED value IS 199 (78.13% from 255) = 50%

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

 BLUE value IS 181 (71.09% from 255) = 45.48%

R = 50%
G = 4.52%
B = 45.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#C712B5 (or 0xC712B5) is known color: Deep Magenta. HEX triplet: C7, 12 and B5. RGB value is (199,18,181). Sum of RGB (Red+Green+Blue) = 199+18+181=398 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50% from 398); Green value is 18 (7.42% from 255 or 4.52% from 398); Blue value is 181 (71.09% from 255 or 45.48% from 398); Max value from RGB is 199 - color contains mainly: red. Hex color #C712B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C712B5 is #38ED4A. Grayscale: #5A5A5A. Windows color (decimal): -3730763 or 11866823. OLE color: 11866823.

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

Color convert

RGB 199 18 181 -
CMYK 0 0.91 0.09 0.22
HSL 305.97º 0.83% 0.43% -
HSV(B) 305.97º 0.91% 0.78% -
XYZ 32.11 15.91 45.09 -
YUV 90.7 178.97 205.25 -
System Red Green Blue C M Y K H S L
Decimal 199 18 181 0 0.91 0.09 0.22 305.97 0.83 0.43
Hex C7 12 B5 0 5B 9 16 132 53 2B
Octal 307 22 265 0 133 11 26 462 123 53
Binary 11000111 10010 10110101 0 1011011 1001 10110 100110010 1010011 101011

Color Harmonies of #C712B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C712B5

Black with #C712B5

Text Example


Text Example

White with #C712B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C712B5; }

 p { color: rgb(199,18,181); }

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

background-color css

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

 a { background-color: rgb(199,18,181); }

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

border-color css

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

 span { border-color: rgb(199,18,181); }

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