Html Css Color HEX #C12ABD Fuchsia

📋 copy color: '#C12ABD'

red 193 ◦ green 42 ◦ blue 189

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

Shades of Fuchsia #C12ABD

Tints of Fuchsia #C12ABD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.91%

 BLUE value IS 189 (74.22% from 255) = 44.58%

R = 45.52%
G = 9.91%
B = 44.58%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C12ABD (or 0xC12ABD) is known color: Fuchsia. HEX triplet: C1, 2A and BD. RGB value is (193,42,189). Sum of RGB (Red+Green+Blue) = 193+42+189=424 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.52% from 424); Green value is 42 (16.80% from 255 or 9.91% from 424); Blue value is 189 (74.22% from 255 or 44.58% from 424); Max value from RGB is 193 - color contains mainly: red. Hex color #C12ABD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12ABD is #3ED542. Grayscale: #676767. Windows color (decimal): -4117827 or 12397249. OLE color: 12397249.

HSL color Cylindrical-coordinate representation of color #C12ABD: hue angle of 301.59º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C12ABD is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 42 189 -
CMYK 0 0.78 0.02 0.24
HSL 301.59º 0.64% 0.46% -
HSV(B) 301.59º 0.78% 0.76% -
XYZ 32.01 16.67 49.67 -
YUV 103.91 176.03 191.55 -
System Red Green Blue C M Y K H S L
Decimal 193 42 189 0 0.78 0.02 0.24 301.59 0.64 0.46
Hex C1 2A BD 0 4E 2 18 12E 40 2E
Octal 301 52 275 0 116 2 30 456 100 56
Binary 11000001 101010 10111101 0 1001110 10 11000 100101110 1000000 101110

Color Harmonies of #C12ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12ABD

Black with #C12ABD

Text Example


Text Example

White with #C12ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12ABD; }

 p { color: rgb(193,42,189); }

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

background-color css

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

 a { background-color: rgb(193,42,189); }

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

border-color css

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

 span { border-color: rgb(193,42,189); }

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