Html Css Color HEX #C031C5 Fuchsia

📋 copy color: '#C031C5'

red 192 ◦ green 49 ◦ blue 197

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

Shades of Fuchsia #C031C5

Tints of Fuchsia #C031C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 44.98%

R = 43.84%
G = 11.19%
B = 44.98%

CMYK

 C value IS 0.03

 M value IS 0.75

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C031C5 (or 0xC031C5) is known color: Fuchsia. HEX triplet: C0, 31 and C5. RGB value is (192,49,197). Sum of RGB (Red+Green+Blue) = 192+49+197=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 49 (19.53% from 255 or 11.19% from 438); Blue value is 197 (77.34% from 255 or 44.98% from 438); Max value from RGB is 197 - color contains mainly: blue. Hex color #C031C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C031C5 is #3FCE3A. Grayscale: #6C6C6C. Windows color (decimal): -4181563 or 12923328. OLE color: 12923328.

HSL color Cylindrical-coordinate representation of color #C031C5: hue angle of 297.97º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C031C5 is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 192 49 197 -
CMYK 0.03 0.75 0 0.23
HSL 297.97º 0.6% 0.48% -
HSV(B) 297.97º 0.75% 0.77% -
XYZ 32.91 17.43 54.45 -
YUV 108.63 177.88 187.47 -
System Red Green Blue C M Y K H S L
Decimal 192 49 197 0.03 0.75 0 0.23 297.97 0.6 0.48
Hex C0 31 C5 3 4B 0 17 12A 3C 30
Octal 300 61 305 3 113 0 27 452 74 60
Binary 11000000 110001 11000101 11 1001011 0 10111 100101010 111100 110000

Color Harmonies of #C031C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C031C5

Black with #C031C5

Text Example


Text Example

White with #C031C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C031C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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