Html Css Color HEX #C12CCA Fuchsia

📋 copy color: '#C12CCA'

red 193 ◦ green 44 ◦ blue 202

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

Shades of Fuchsia #C12CCA

Tints of Fuchsia #C12CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.01%

R = 43.96%
G = 10.02%
B = 46.01%

CMYK

 C value IS 0.04

 M value IS 0.78

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C12CCA (or 0xC12CCA) is known color: Fuchsia. HEX triplet: C1, 2C and CA. RGB value is (193,44,202). Sum of RGB (Red+Green+Blue) = 193+44+202=439 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.96% from 439); Green value is 44 (17.58% from 255 or 10.02% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 202 - color contains mainly: blue. Hex color #C12CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12CCA is #3ED335. Grayscale: #6A6A6A. Windows color (decimal): -4117302 or 13249729. OLE color: 13249729.

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

Color convert

RGB 193 44 202 -
CMYK 0.04 0.78 0 0.21
HSL 296.58º 0.64% 0.48% -
HSV(B) 296.58º 0.78% 0.79% -
XYZ 33.55 17.4 57.47 -
YUV 106.56 181.86 189.65 -
System Red Green Blue C M Y K H S L
Decimal 193 44 202 0.04 0.78 0 0.21 296.58 0.64 0.48
Hex C1 2C CA 4 4E 0 15 129 40 30
Octal 301 54 312 4 116 0 25 451 100 60
Binary 11000001 101100 11001010 100 1001110 0 10101 100101001 1000000 110000

Color Harmonies of #C12CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12CCA

Black with #C12CCA

Text Example


Text Example

White with #C12CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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