Html Css Color HEX #C12EC8 Fuchsia

📋 copy color: '#C12EC8'

red 193 ◦ green 46 ◦ blue 200

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

Shades of Fuchsia #C12EC8

Tints of Fuchsia #C12EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 45.56%

R = 43.96%
G = 10.48%
B = 45.56%

CMYK

 C value IS 0.04

 M value IS 0.77

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C12EC8 (or 0xC12EC8) is known color: Fuchsia. HEX triplet: C1, 2E and C8. RGB value is (193,46,200). Sum of RGB (Red+Green+Blue) = 193+46+200=439 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.96% from 439); Green value is 46 (18.36% from 255 or 10.48% from 439); Blue value is 200 (78.52% from 255 or 45.56% from 439); Max value from RGB is 200 - color contains mainly: blue. Hex color #C12EC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12EC8 is #3ED137. Grayscale: #6B6B6B. Windows color (decimal): -4116792 or 13119169. OLE color: 13119169.

HSL color Cylindrical-coordinate representation of color #C12EC8: hue angle of 297.27º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C12EC8 is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 193 46 200 -
CMYK 0.04 0.77 0 0.22
HSL 297.27º 0.63% 0.48% -
HSV(B) 297.27º 0.77% 0.78% -
XYZ 33.39 17.46 56.25 -
YUV 107.51 180.2 188.98 -
System Red Green Blue C M Y K H S L
Decimal 193 46 200 0.04 0.77 0 0.22 297.27 0.63 0.48
Hex C1 2E C8 4 4D 0 16 129 3F 30
Octal 301 56 310 4 115 0 26 451 77 60
Binary 11000001 101110 11001000 100 1001101 0 10110 100101001 111111 110000

Color Harmonies of #C12EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12EC8

Black with #C12EC8

Text Example


Text Example

White with #C12EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12EC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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