Html Css Color HEX #C12FB3 Fuchsia

📋 copy color: '#C12FB3'

red 193 ◦ green 47 ◦ blue 179

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

Shades of Fuchsia #C12FB3

Tints of Fuchsia #C12FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 42.72%

R = 46.06%
G = 11.22%
B = 42.72%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C12FB3 (or 0xC12FB3) is known color: Fuchsia. HEX triplet: C1, 2F and B3. RGB value is (193,47,179). Sum of RGB (Red+Green+Blue) = 193+47+179=419 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.06% from 419); Green value is 47 (18.75% from 255 or 11.22% from 419); Blue value is 179 (70.31% from 255 or 42.72% from 419); Max value from RGB is 193 - color contains mainly: red. Hex color #C12FB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12FB3 is #3ED04C. Grayscale: #696969. Windows color (decimal): -4116557 or 11743169. OLE color: 11743169.

HSL color Cylindrical-coordinate representation of color #C12FB3: hue angle of 305.75º 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 #C12FB3 is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 47 179 -
CMYK 0 0.76 0.07 0.24
HSL 305.75º 0.61% 0.47% -
HSV(B) 305.75º 0.76% 0.76% -
XYZ 31.15 16.63 44.22 -
YUV 105.7 169.37 190.27 -
System Red Green Blue C M Y K H S L
Decimal 193 47 179 0 0.76 0.07 0.24 305.75 0.61 0.47
Hex C1 2F B3 0 4C 7 18 132 3D 2F
Octal 301 57 263 0 114 7 30 462 75 57
Binary 11000001 101111 10110011 0 1001100 111 11000 100110010 111101 101111

Color Harmonies of #C12FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12FB3

Black with #C12FB3

Text Example


Text Example

White with #C12FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12FB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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