Html Css Color HEX #C12DB9 Fuchsia

📋 copy color: '#C12DB9'

red 193 ◦ green 45 ◦ blue 185

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

Shades of Fuchsia #C12DB9

Tints of Fuchsia #C12DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 43.74%

R = 45.63%
G = 10.64%
B = 43.74%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C12DB9 (or 0xC12DB9) is known color: Fuchsia. HEX triplet: C1, 2D and B9. RGB value is (193,45,185). Sum of RGB (Red+Green+Blue) = 193+45+185=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 45 (17.97% from 255 or 10.64% from 423); Blue value is 185 (72.66% from 255 or 43.74% from 423); Max value from RGB is 193 - color contains mainly: red. Hex color #C12DB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12DB9 is #3ED246. Grayscale: #686868. Windows color (decimal): -4117063 or 12135873. OLE color: 12135873.

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

Color convert

RGB 193 45 185 -
CMYK 0 0.77 0.04 0.24
HSL 303.24º 0.62% 0.47% -
HSV(B) 303.24º 0.77% 0.76% -
XYZ 31.69 16.72 47.46 -
YUV 105.21 173.03 190.62 -
System Red Green Blue C M Y K H S L
Decimal 193 45 185 0 0.77 0.04 0.24 303.24 0.62 0.47
Hex C1 2D B9 0 4D 4 18 12F 3E 2F
Octal 301 55 271 0 115 4 30 457 76 57
Binary 11000001 101101 10111001 0 1001101 100 11000 100101111 111110 101111

Color Harmonies of #C12DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12DB9

Black with #C12DB9

Text Example


Text Example

White with #C12DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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