Html Css Color HEX #C12CC6 Fuchsia

📋 copy color: '#C12CC6'

red 193 ◦ green 44 ◦ blue 198

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

Shades of Fuchsia #C12CC6

Tints of Fuchsia #C12CC6

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.11%

 BLUE value IS 198 (77.73% from 255) = 45.52%

R = 44.37%
G = 10.11%
B = 45.52%

CMYK

 C value IS 0.03

 M value IS 0.78

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C12CC6 (or 0xC12CC6) is known color: Fuchsia. HEX triplet: C1, 2C and C6. RGB value is (193,44,198). Sum of RGB (Red+Green+Blue) = 193+44+198=435 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.37% from 435); Green value is 44 (17.58% from 255 or 10.11% from 435); Blue value is 198 (77.73% from 255 or 45.52% from 435); Max value from RGB is 198 - color contains mainly: blue. Hex color #C12CC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12CC6 is #3ED339. Grayscale: #696969. Windows color (decimal): -4117306 or 12987585. OLE color: 12987585.

HSL color Cylindrical-coordinate representation of color #C12CC6: hue angle of 298.05º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C12CC6 is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 193 44 198 -
CMYK 0.03 0.78 0 0.22
HSL 298.05º 0.64% 0.47% -
HSV(B) 298.05º 0.78% 0.78% -
XYZ 33.09 17.22 55.01 -
YUV 106.11 179.86 189.98 -
System Red Green Blue C M Y K H S L
Decimal 193 44 198 0.03 0.78 0 0.22 298.05 0.64 0.47
Hex C1 2C C6 3 4E 0 16 12A 40 2F
Octal 301 54 306 3 116 0 26 452 100 57
Binary 11000001 101100 11000110 11 1001110 0 10110 100101010 1000000 101111

Color Harmonies of #C12CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12CC6

Black with #C12CC6

Text Example


Text Example

White with #C12CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12CC6; }

 p { color: rgb(193,44,198); }

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

background-color css

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

 a { background-color: rgb(193,44,198); }

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

border-color css

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

 span { border-color: rgb(193,44,198); }

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