Html Css Color HEX #C12DC0 Fuchsia

📋 copy color: '#C12DC0'

red 193 ◦ green 45 ◦ blue 192

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

Shades of Fuchsia #C12DC0

Tints of Fuchsia #C12DC0

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.47%

 BLUE value IS 192 (75.39% from 255) = 44.65%

R = 44.88%
G = 10.47%
B = 44.65%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C12DC0 (or 0xC12DC0) is known color: Fuchsia. HEX triplet: C1, 2D and C0. RGB value is (193,45,192). Sum of RGB (Red+Green+Blue) = 193+45+192=430 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.88% from 430); Green value is 45 (17.97% from 255 or 10.47% from 430); Blue value is 192 (75.39% from 255 or 44.65% from 430); Max value from RGB is 193 - color contains mainly: red. Hex color #C12DC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12DC0 is #3ED23F. Grayscale: #696969. Windows color (decimal): -4117056 or 12594625. OLE color: 12594625.

HSL color Cylindrical-coordinate representation of color #C12DC0: hue angle of 300.41º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C12DC0 is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 45 192 -
CMYK 0 0.77 0.01 0.24
HSL 300.41º 0.62% 0.47% -
HSV(B) 300.41º 0.77% 0.76% -
XYZ 32.45 17.02 51.44 -
YUV 106.01 176.53 190.05 -
System Red Green Blue C M Y K H S L
Decimal 193 45 192 0 0.77 0.01 0.24 300.41 0.62 0.47
Hex C1 2D C0 0 4D 1 18 12C 3E 2F
Octal 301 55 300 0 115 1 30 454 76 57
Binary 11000001 101101 11000000 0 1001101 1 11000 100101100 111110 101111

Color Harmonies of #C12DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12DC0

Black with #C12DC0

Text Example


Text Example

White with #C12DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12DC0; }

 p { color: rgb(193,45,192); }

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

background-color css

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

 a { background-color: rgb(193,45,192); }

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

border-color css

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

 span { border-color: rgb(193,45,192); }

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