Html Css Color HEX #C12ECC Fuchsia

📋 copy color: '#C12ECC'

red 193 ◦ green 46 ◦ blue 204

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

Shades of Fuchsia #C12ECC

Tints of Fuchsia #C12ECC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.38%

 BLUE value IS 204 (80.08% from 255) = 46.05%

R = 43.57%
G = 10.38%
B = 46.05%

CMYK

 C value IS 0.05

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C12ECC (or 0xC12ECC) is known color: Fuchsia. HEX triplet: C1, 2E and CC. RGB value is (193,46,204). Sum of RGB (Red+Green+Blue) = 193+46+204=443 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.57% from 443); Green value is 46 (18.36% from 255 or 10.38% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #C12ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12ECC is #3ED133. Grayscale: #6B6B6B. Windows color (decimal): -4116788 or 13381313. OLE color: 13381313.

HSL color Cylindrical-coordinate representation of color #C12ECC: hue angle of 295.82º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C12ECC is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 193 46 204 -
CMYK 0.05 0.77 0 0.2
HSL 295.82º 0.63% 0.49% -
HSV(B) 295.82º 0.77% 0.8% -
XYZ 33.87 17.65 58.75 -
YUV 107.97 182.2 188.65 -
System Red Green Blue C M Y K H S L
Decimal 193 46 204 0.05 0.77 0 0.2 295.82 0.63 0.49
Hex C1 2E CC 5 4D 0 14 128 3F 31
Octal 301 56 314 5 115 0 24 450 77 61
Binary 11000001 101110 11001100 101 1001101 0 10100 100101000 111111 110001

Color Harmonies of #C12ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12ECC

Black with #C12ECC

Text Example


Text Example

White with #C12ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12ECC; }

 p { color: rgb(193,46,204); }

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

background-color css

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

 a { background-color: rgb(193,46,204); }

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

border-color css

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

 span { border-color: rgb(193,46,204); }

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