Html Css Color HEX #C12CC2 Fuchsia

📋 copy color: '#C12CC2'

red 193 ◦ green 44 ◦ blue 194

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

Shades of Fuchsia #C12CC2

Tints of Fuchsia #C12CC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 45.01%

R = 44.78%
G = 10.21%
B = 45.01%

CMYK

 C value IS 0.01

 M value IS 0.77

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C12CC2 (or 0xC12CC2) is known color: Fuchsia. HEX triplet: C1, 2C and C2. RGB value is (193,44,194). Sum of RGB (Red+Green+Blue) = 193+44+194=431 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.78% from 431); Green value is 44 (17.58% from 255 or 10.21% from 431); Blue value is 194 (76.17% from 255 or 45.01% from 431); Max value from RGB is 194 - color contains mainly: blue. Hex color #C12CC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12CC2 is #3ED33D. Grayscale: #696969. Windows color (decimal): -4117310 or 12725441. OLE color: 12725441.

HSL color Cylindrical-coordinate representation of color #C12CC2: hue angle of 299.6º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C12CC2 is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 44 194 -
CMYK 0.01 0.77 0 0.24
HSL 299.6º 0.63% 0.47% -
HSV(B) 299.6º 0.77% 0.76% -
XYZ 32.63 17.03 52.61 -
YUV 105.65 177.86 190.3 -
System Red Green Blue C M Y K H S L
Decimal 193 44 194 0.01 0.77 0 0.24 299.6 0.63 0.47
Hex C1 2C C2 1 4D 0 18 12C 3F 2F
Octal 301 54 302 1 115 0 30 454 77 57
Binary 11000001 101100 11000010 1 1001101 0 11000 100101100 111111 101111

Color Harmonies of #C12CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12CC2

Black with #C12CC2

Text Example


Text Example

White with #C12CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12CC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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