Html Css Color HEX #C12FB4 Fuchsia

📋 copy color: '#C12FB4'

red 193 ◦ green 47 ◦ blue 180

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

Shades of Fuchsia #C12FB4

Tints of Fuchsia #C12FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 42.86%

R = 45.95%
G = 11.19%
B = 42.86%

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

#C12FB4 (or 0xC12FB4) is known color: Fuchsia. HEX triplet: C1, 2F and B4. RGB value is (193,47,180). Sum of RGB (Red+Green+Blue) = 193+47+180=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 47 (18.75% from 255 or 11.19% from 420); Blue value is 180 (70.70% from 255 or 42.86% from 420); Max value from RGB is 193 - color contains mainly: red. Hex color #C12FB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12FB4 is #3ED04B. Grayscale: #696969. Windows color (decimal): -4116556 or 11808705. OLE color: 11808705.

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

Color convert

RGB 193 47 180 -
CMYK 0 0.76 0.07 0.24
HSL 305.34º 0.61% 0.47% -
HSV(B) 305.34º 0.76% 0.76% -
XYZ 31.25 16.67 44.75 -
YUV 105.82 169.87 190.19 -
System Red Green Blue C M Y K H S L
Decimal 193 47 180 0 0.76 0.07 0.24 305.34 0.61 0.47
Hex C1 2F B4 0 4C 7 18 131 3D 2F
Octal 301 57 264 0 114 7 30 461 75 57
Binary 11000001 101111 10110100 0 1001100 111 11000 100110001 111101 101111

Color Harmonies of #C12FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12FB4

Black with #C12FB4

Text Example


Text Example

White with #C12FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12FB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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