Html Css Color HEX #C12EB2 Fuchsia

📋 copy color: '#C12EB2'

red 193 ◦ green 46 ◦ blue 178

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

Shades of Fuchsia #C12EB2

Tints of Fuchsia #C12EB2

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.03%

 BLUE value IS 178 (69.92% from 255) = 42.69%

R = 46.28%
G = 11.03%
B = 42.69%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C12EB2 (or 0xC12EB2) is known color: Fuchsia. HEX triplet: C1, 2E and B2. RGB value is (193,46,178). Sum of RGB (Red+Green+Blue) = 193+46+178=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 46 (18.36% from 255 or 11.03% from 417); Blue value is 178 (69.92% from 255 or 42.69% from 417); Max value from RGB is 193 - color contains mainly: red. Hex color #C12EB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12EB2 is #3ED14D. Grayscale: #686868. Windows color (decimal): -4116814 or 11677377. OLE color: 11677377.

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

Color convert

RGB 193 46 178 -
CMYK 0 0.76 0.08 0.24
HSL 306.12º 0.62% 0.47% -
HSV(B) 306.12º 0.76% 0.76% -
XYZ 31.01 16.51 43.67 -
YUV 105 169.2 190.77 -
System Red Green Blue C M Y K H S L
Decimal 193 46 178 0 0.76 0.08 0.24 306.12 0.62 0.47
Hex C1 2E B2 0 4C 8 18 132 3E 2F
Octal 301 56 262 0 114 10 30 462 76 57
Binary 11000001 101110 10110010 0 1001100 1000 11000 100110010 111110 101111

Color Harmonies of #C12EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12EB2

Black with #C12EB2

Text Example


Text Example

White with #C12EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12EB2; }

 p { color: rgb(193,46,178); }

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

background-color css

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

 a { background-color: rgb(193,46,178); }

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

border-color css

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

 span { border-color: rgb(193,46,178); }

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