Html Css Color HEX #C12ACB Fuchsia

📋 copy color: '#C12ACB'

red 193 ◦ green 42 ◦ blue 203

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

Shades of Fuchsia #C12ACB

Tints of Fuchsia #C12ACB

RGB

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

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

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

R = 44.06%
G = 9.59%
B = 46.35%

CMYK

 C value IS 0.05

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C12ACB (or 0xC12ACB) is known color: Fuchsia. HEX triplet: C1, 2A and CB. RGB value is (193,42,203). Sum of RGB (Red+Green+Blue) = 193+42+203=438 (58% of max value = 765). Red value is 193 (75.78% from 255 or 44.06% from 438); Green value is 42 (16.80% from 255 or 9.59% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: blue. Hex color #C12ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12ACB is #3ED534. Grayscale: #696969. Windows color (decimal): -4117813 or 13314753. OLE color: 13314753.

HSL color Cylindrical-coordinate representation of color #C12ACB: hue angle of 296.27º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C12ACB is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 42 203 -
CMYK 0.05 0.79 0 0.20
HSL 296.27º 0.66% 0.48% -
HSV(B) 296.27º 0.79% 0.8% -
XYZ 33.6 17.31 58.07 -
YUV 105.5 183.03 190.41 -
System Red Green Blue C M Y K H S L
Decimal 193 42 203 0.05 0.79 0 0.20 296.27 0.66 0.48
Hex C1 2A CB 5 4F 0 14 128 42 30
Octal 301 52 313 5 117 0 24 450 102 60
Binary 11000001 101010 11001011 101 1001111 0 10100 100101000 1000010 110000

Color Harmonies of #C12ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12ACB

Black with #C12ACB

Text Example


Text Example

White with #C12ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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