Html Css Color HEX #C12DB6 Fuchsia

📋 copy color: '#C12DB6'

red 193 ◦ green 45 ◦ blue 182

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

Shades of Fuchsia #C12DB6

Tints of Fuchsia #C12DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 43.33%

R = 45.95%
G = 10.71%
B = 43.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#C12DB6 (or 0xC12DB6) is known color: Fuchsia. HEX triplet: C1, 2D and B6. RGB value is (193,45,182). Sum of RGB (Red+Green+Blue) = 193+45+182=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 45 (17.97% from 255 or 10.71% from 420); Blue value is 182 (71.48% from 255 or 43.33% from 420); Max value from RGB is 193 - color contains mainly: red. Hex color #C12DB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12DB6 is #3ED249. Grayscale: #686868. Windows color (decimal): -4117066 or 11939265. OLE color: 11939265.

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

Color convert

RGB 193 45 182 -
CMYK 0 0.77 0.06 0.24
HSL 304.46º 0.62% 0.47% -
HSV(B) 304.46º 0.77% 0.76% -
XYZ 31.37 16.59 45.8 -
YUV 104.87 171.53 190.86 -
System Red Green Blue C M Y K H S L
Decimal 193 45 182 0 0.77 0.06 0.24 304.46 0.62 0.47
Hex C1 2D B6 0 4D 6 18 130 3E 2F
Octal 301 55 266 0 115 6 30 460 76 57
Binary 11000001 101101 10110110 0 1001101 110 11000 100110000 111110 101111

Color Harmonies of #C12DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12DB6

Black with #C12DB6

Text Example


Text Example

White with #C12DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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