Html Css Color HEX #C12BAF Fuchsia

📋 copy color: '#C12BAF'

red 193 ◦ green 43 ◦ blue 175

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

Shades of Fuchsia #C12BAF

Tints of Fuchsia #C12BAF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.46%

 BLUE value IS 175 (68.75% from 255) = 42.58%

R = 46.96%
G = 10.46%
B = 42.58%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C12BAF (or 0xC12BAF) is known color: Fuchsia. HEX triplet: C1, 2B and AF. RGB value is (193,43,175). Sum of RGB (Red+Green+Blue) = 193+43+175=411 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.96% from 411); Green value is 43 (17.19% from 255 or 10.46% from 411); Blue value is 175 (68.75% from 255 or 42.58% from 411); Max value from RGB is 193 - color contains mainly: red. Hex color #C12BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12BAF is #3ED450. Grayscale: #666666. Windows color (decimal): -4117585 or 11480001. OLE color: 11480001.

HSL color Cylindrical-coordinate representation of color #C12BAF: hue angle of 307.2º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C12BAF is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 43 175 -
CMYK 0 0.78 0.09 0.24
HSL 307.2º 0.64% 0.46% -
HSV(B) 307.2º 0.78% 0.76% -
XYZ 30.59 16.16 42.06 -
YUV 102.9 168.7 192.27 -
System Red Green Blue C M Y K H S L
Decimal 193 43 175 0 0.78 0.09 0.24 307.2 0.64 0.46
Hex C1 2B AF 0 4E 9 18 133 40 2E
Octal 301 53 257 0 116 11 30 463 100 56
Binary 11000001 101011 10101111 0 1001110 1001 11000 100110011 1000000 101110

Color Harmonies of #C12BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12BAF

Black with #C12BAF

Text Example


Text Example

White with #C12BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12BAF; }

 p { color: rgb(193,43,175); }

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

background-color css

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

 a { background-color: rgb(193,43,175); }

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

border-color css

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

 span { border-color: rgb(193,43,175); }

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