Html Css Color HEX #C12FCE Fuchsia

📋 copy color: '#C12FCE'

red 193 ◦ green 47 ◦ blue 206

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

Shades of Fuchsia #C12FCE

Tints of Fuchsia #C12FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.19%

R = 43.27%
G = 10.54%
B = 46.19%

CMYK

 C value IS 0.06

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C12FCE (or 0xC12FCE) is known color: Fuchsia. HEX triplet: C1, 2F and CE. RGB value is (193,47,206). Sum of RGB (Red+Green+Blue) = 193+47+206=446 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.27% from 446); Green value is 47 (18.75% from 255 or 10.54% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 206 - color contains mainly: blue. Hex color #C12FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12FCE is #3ED031. Grayscale: #6C6C6C. Windows color (decimal): -4116530 or 13512641. OLE color: 13512641.

HSL color Cylindrical-coordinate representation of color #C12FCE: hue angle of 295.09º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C12FCE is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 47 206 -
CMYK 0.06 0.77 0 0.19
HSL 295.09º 0.63% 0.5% -
HSV(B) 295.09º 0.77% 0.81% -
XYZ 34.15 17.83 60.03 -
YUV 108.78 182.87 188.07 -
System Red Green Blue C M Y K H S L
Decimal 193 47 206 0.06 0.77 0 0.19 295.09 0.63 0.5
Hex C1 2F CE 6 4D 0 13 127 3F 32
Octal 301 57 316 6 115 0 23 447 77 62
Binary 11000001 101111 11001110 110 1001101 0 10011 100100111 111111 110010

Color Harmonies of #C12FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12FCE

Black with #C12FCE

Text Example


Text Example

White with #C12FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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