Html Css Color HEX #C12DAD Fuchsia

📋 copy color: '#C12DAD'

red 193 ◦ green 45 ◦ blue 173

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

Shades of Fuchsia #C12DAD

Tints of Fuchsia #C12DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 42.09%

R = 46.96%
G = 10.95%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C12DAD (or 0xC12DAD) is known color: Fuchsia. HEX triplet: C1, 2D and AD. RGB value is (193,45,173). Sum of RGB (Red+Green+Blue) = 193+45+173=411 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.96% from 411); Green value is 45 (17.97% from 255 or 10.95% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 193 - color contains mainly: red. Hex color #C12DAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12DAD is #3ED252. Grayscale: #676767. Windows color (decimal): -4117075 or 11349441. OLE color: 11349441.

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

Color convert

RGB 193 45 173 -
CMYK 0 0.77 0.10 0.24
HSL 308.11º 0.62% 0.47% -
HSV(B) 308.11º 0.77% 0.76% -
XYZ 30.47 16.23 41.06 -
YUV 103.84 167.03 191.59 -
System Red Green Blue C M Y K H S L
Decimal 193 45 173 0 0.77 0.10 0.24 308.11 0.62 0.47
Hex C1 2D AD 0 4D A 18 134 3E 2F
Octal 301 55 255 0 115 12 30 464 76 57
Binary 11000001 101101 10101101 0 1001101 1010 11000 100110100 111110 101111

Color Harmonies of #C12DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12DAD

Black with #C12DAD

Text Example


Text Example

White with #C12DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12DAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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