Html Css Color HEX #C12ACF Deep Magenta

📋 copy color: '#C12ACF'

red 193 ◦ green 42 ◦ blue 207

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

Shades of Deep Magenta #C12ACF

Tints of Deep Magenta #C12ACF

RGB

 RED value IS 193 (75.78% from 255) = 43.67%

 GREEN value IS 42 (16.8% from 255) = 9.5%

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

R = 43.67%
G = 9.5%
B = 46.83%

CMYK

 C value IS 0.07

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C12ACF (or 0xC12ACF) is known color: Deep Magenta. HEX triplet: C1, 2A and CF. RGB value is (193,42,207). Sum of RGB (Red+Green+Blue) = 193+42+207=442 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.67% from 442); Green value is 42 (16.80% from 255 or 9.50% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 207 - color contains mainly: blue. Hex color #C12ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12ACF is #3ED530. Grayscale: #696969. Windows color (decimal): -4117809 or 13576897. OLE color: 13576897.

HSL color Cylindrical-coordinate representation of color #C12ACF: hue angle of 294.91º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C12ACF is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 42 207 -
CMYK 0.07 0.80 0 0.19
HSL 294.91º 0.66% 0.49% -
HSV(B) 294.91º 0.8% 0.81% -
XYZ 34.08 17.5 60.61 -
YUV 105.96 185.03 190.08 -
System Red Green Blue C M Y K H S L
Decimal 193 42 207 0.07 0.80 0 0.19 294.91 0.66 0.49
Hex C1 2A CF 7 50 0 13 127 42 31
Octal 301 52 317 7 120 0 23 447 102 61
Binary 11000001 101010 11001111 111 1010000 0 10011 100100111 1000010 110001

Color Harmonies of #C12ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12ACF

Black with #C12ACF

Text Example


Text Example

White with #C12ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12ACF; }

 p { color: rgb(193,42,207); }

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

background-color css

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

 a { background-color: rgb(193,42,207); }

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

border-color css

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

 span { border-color: rgb(193,42,207); }

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