Html Css Color HEX #C12ECD Fuchsia

📋 copy color: '#C12ECD'

red 193 ◦ green 46 ◦ blue 205

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

Shades of Fuchsia #C12ECD

Tints of Fuchsia #C12ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.17%

R = 43.47%
G = 10.36%
B = 46.17%

CMYK

 C value IS 0.06

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C12ECD (or 0xC12ECD) is known color: Fuchsia. HEX triplet: C1, 2E and CD. RGB value is (193,46,205). Sum of RGB (Red+Green+Blue) = 193+46+205=444 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.47% from 444); Green value is 46 (18.36% from 255 or 10.36% from 444); Blue value is 205 (80.47% from 255 or 46.17% from 444); Max value from RGB is 205 - color contains mainly: blue. Hex color #C12ECD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12ECD is #3ED132. Grayscale: #6B6B6B. Windows color (decimal): -4116787 or 13446849. OLE color: 13446849.

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

Color convert

RGB 193 46 205 -
CMYK 0.06 0.78 0 0.20
HSL 295.47º 0.63% 0.49% -
HSV(B) 295.47º 0.78% 0.8% -
XYZ 33.99 17.7 59.38 -
YUV 108.08 182.7 188.57 -
System Red Green Blue C M Y K H S L
Decimal 193 46 205 0.06 0.78 0 0.20 295.47 0.63 0.49
Hex C1 2E CD 6 4E 0 14 127 3F 31
Octal 301 56 315 6 116 0 24 447 77 61
Binary 11000001 101110 11001101 110 1001110 0 10100 100100111 111111 110001

Color Harmonies of #C12ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12ECD

Black with #C12ECD

Text Example


Text Example

White with #C12ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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