Html Css Color HEX #C412CF Deep Magenta

📋 copy color: '#C412CF'

red 196 ◦ green 18 ◦ blue 207

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

Shades of Deep Magenta #C412CF

Tints of Deep Magenta #C412CF

RGB

 RED value IS 196 (76.95% from 255) = 46.56%

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

 BLUE value IS 207 (81.25% from 255) = 49.17%

R = 46.56%
G = 4.28%
B = 49.17%

CMYK

 C value IS 0.05

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C412CF (or 0xC412CF) is known color: Deep Magenta. HEX triplet: C4, 12 and CF. RGB value is (196,18,207). Sum of RGB (Red+Green+Blue) = 196+18+207=421 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.56% from 421); Green value is 18 (7.42% from 255 or 4.28% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #C412CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C412CF is #3BED30. Grayscale: #5C5C5C. Windows color (decimal): -3927345 or 13570756. OLE color: 13570756.

HSL color Cylindrical-coordinate representation of color #C412CF: hue angle of 296.51º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C412CF is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 18 207 -
CMYK 0.05 0.91 0 0.19
HSL 296.51º 0.84% 0.44% -
HSV(B) 296.51º 0.91% 0.81% -
XYZ 34.24 16.67 60.44 -
YUV 92.77 192.47 201.63 -
System Red Green Blue C M Y K H S L
Decimal 196 18 207 0.05 0.91 0 0.19 296.51 0.84 0.44
Hex C4 12 CF 5 5B 0 13 129 54 2C
Octal 304 22 317 5 133 0 23 451 124 54
Binary 11000100 10010 11001111 101 1011011 0 10011 100101001 1010100 101100

Color Harmonies of #C412CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C412CF

Black with #C412CF

Text Example


Text Example

White with #C412CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C412CF; }

 p { color: rgb(196,18,207); }

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

background-color css

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

 a { background-color: rgb(196,18,207); }

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

border-color css

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

 span { border-color: rgb(196,18,207); }

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