Html Css Color HEX #C031AD Fuchsia

📋 copy color: '#C031AD'

red 192 ◦ green 49 ◦ blue 173

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

Shades of Fuchsia #C031AD

Tints of Fuchsia #C031AD

RGB

 RED value IS 192 (75.39% from 255) = 46.38%

 GREEN value IS 49 (19.53% from 255) = 11.84%

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

R = 46.38%
G = 11.84%
B = 41.79%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C031AD (or 0xC031AD) is known color: Fuchsia. HEX triplet: C0, 31 and AD. RGB value is (192,49,173). Sum of RGB (Red+Green+Blue) = 192+49+173=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 49 (19.53% from 255 or 11.84% from 414); Blue value is 173 (67.97% from 255 or 41.79% from 414); Max value from RGB is 192 - color contains mainly: red. Hex color #C031AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C031AD is #3FCE52. Grayscale: #696969. Windows color (decimal): -4181587 or 11350464. OLE color: 11350464.

HSL color Cylindrical-coordinate representation of color #C031AD: hue angle of 307.97º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C031AD is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 49 173 -
CMYK 0 0.74 0.10 0.25
HSL 307.97º 0.59% 0.47% -
HSV(B) 307.97º 0.74% 0.75% -
XYZ 30.38 16.42 41.1 -
YUV 105.89 165.88 189.42 -
System Red Green Blue C M Y K H S L
Decimal 192 49 173 0 0.74 0.10 0.25 307.97 0.59 0.47
Hex C0 31 AD 0 4A A 19 134 3B 2F
Octal 300 61 255 0 112 12 31 464 73 57
Binary 11000000 110001 10101101 0 1001010 1010 11001 100110100 111011 101111

Color Harmonies of #C031AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C031AD

Black with #C031AD

Text Example


Text Example

White with #C031AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C031AD; }

 p { color: rgb(192,49,173); }

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

background-color css

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

 a { background-color: rgb(192,49,173); }

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

border-color css

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

 span { border-color: rgb(192,49,173); }

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