Html Css Color HEX #C12FC9 Fuchsia

📋 copy color: '#C12FC9'

red 193 ◦ green 47 ◦ blue 201

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

Shades of Fuchsia #C12FC9

Tints of Fuchsia #C12FC9

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.66%

 BLUE value IS 201 (78.91% from 255) = 45.58%

R = 43.76%
G = 10.66%
B = 45.58%

CMYK

 C value IS 0.04

 M value IS 0.77

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C12FC9 (or 0xC12FC9) is known color: Fuchsia. HEX triplet: C1, 2F and C9. RGB value is (193,47,201). Sum of RGB (Red+Green+Blue) = 193+47+201=441 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.76% from 441); Green value is 47 (18.75% from 255 or 10.66% from 441); Blue value is 201 (78.91% from 255 or 45.58% from 441); Max value from RGB is 201 - color contains mainly: blue. Hex color #C12FC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12FC9 is #3ED036. Grayscale: #6B6B6B. Windows color (decimal): -4116535 or 13184961. OLE color: 13184961.

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

Color convert

RGB 193 47 201 -
CMYK 0.04 0.77 0 0.21
HSL 296.88º 0.62% 0.49% -
HSV(B) 296.88º 0.77% 0.79% -
XYZ 33.55 17.59 56.88 -
YUV 108.21 180.37 188.48 -
System Red Green Blue C M Y K H S L
Decimal 193 47 201 0.04 0.77 0 0.21 296.88 0.62 0.49
Hex C1 2F C9 4 4D 0 15 129 3E 31
Octal 301 57 311 4 115 0 25 451 76 61
Binary 11000001 101111 11001001 100 1001101 0 10101 100101001 111110 110001

Color Harmonies of #C12FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12FC9

Black with #C12FC9

Text Example


Text Example

White with #C12FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12FC9; }

 p { color: rgb(193,47,201); }

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

background-color css

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

 a { background-color: rgb(193,47,201); }

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

border-color css

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

 span { border-color: rgb(193,47,201); }

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