Html Css Color HEX #C12ECB Fuchsia

📋 copy color: '#C12ECB'

red 193 ◦ green 46 ◦ blue 203

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

Shades of Fuchsia #C12ECB

Tints of Fuchsia #C12ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.93%

R = 43.67%
G = 10.41%
B = 45.93%

CMYK

 C value IS 0.05

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C12ECB (or 0xC12ECB) is known color: Fuchsia. HEX triplet: C1, 2E and CB. RGB value is (193,46,203). Sum of RGB (Red+Green+Blue) = 193+46+203=442 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.67% from 442); Green value is 46 (18.36% from 255 or 10.41% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 203 - color contains mainly: blue. Hex color #C12ECB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12ECB is #3ED134. Grayscale: #6B6B6B. Windows color (decimal): -4116789 or 13315777. OLE color: 13315777.

HSL color Cylindrical-coordinate representation of color #C12ECB: hue angle of 296.18º 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 #C12ECB is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 46 203 -
CMYK 0.05 0.77 0 0.20
HSL 296.18º 0.63% 0.49% -
HSV(B) 296.18º 0.77% 0.8% -
XYZ 33.75 17.6 58.12 -
YUV 107.85 181.7 188.73 -
System Red Green Blue C M Y K H S L
Decimal 193 46 203 0.05 0.77 0 0.20 296.18 0.63 0.49
Hex C1 2E CB 5 4D 0 14 128 3F 31
Octal 301 56 313 5 115 0 24 450 77 61
Binary 11000001 101110 11001011 101 1001101 0 10100 100101000 111111 110001

Color Harmonies of #C12ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12ECB

Black with #C12ECB

Text Example


Text Example

White with #C12ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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