Html Css Color HEX #C12FBA Fuchsia

📋 copy color: '#C12FBA'

red 193 ◦ green 47 ◦ blue 186

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

Shades of Fuchsia #C12FBA

Tints of Fuchsia #C12FBA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.03%

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

R = 45.31%
G = 11.03%
B = 43.66%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C12FBA (or 0xC12FBA) is known color: Fuchsia. HEX triplet: C1, 2F and BA. RGB value is (193,47,186). Sum of RGB (Red+Green+Blue) = 193+47+186=426 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.31% from 426); Green value is 47 (18.75% from 255 or 11.03% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 193 - color contains mainly: red. Hex color #C12FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12FBA is #3ED045. Grayscale: #6A6A6A. Windows color (decimal): -4116550 or 12201921. OLE color: 12201921.

HSL color Cylindrical-coordinate representation of color #C12FBA: hue angle of 302.88º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C12FBA is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 47 186 -
CMYK 0 0.76 0.04 0.24
HSL 302.88º 0.61% 0.47% -
HSV(B) 302.88º 0.76% 0.76% -
XYZ 31.87 16.92 48.04 -
YUV 106.5 172.87 189.7 -
System Red Green Blue C M Y K H S L
Decimal 193 47 186 0 0.76 0.04 0.24 302.88 0.61 0.47
Hex C1 2F BA 0 4C 4 18 12F 3D 2F
Octal 301 57 272 0 114 4 30 457 75 57
Binary 11000001 101111 10111010 0 1001100 100 11000 100101111 111101 101111

Color Harmonies of #C12FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12FBA

Black with #C12FBA

Text Example


Text Example

White with #C12FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12FBA; }

 p { color: rgb(193,47,186); }

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

background-color css

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

 a { background-color: rgb(193,47,186); }

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

border-color css

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

 span { border-color: rgb(193,47,186); }

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