Html Css Color HEX #C031C2 Fuchsia

📋 copy color: '#C031C2'

red 192 ◦ green 49 ◦ blue 194

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

Shades of Fuchsia #C031C2

Tints of Fuchsia #C031C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 44.6%

R = 44.14%
G = 11.26%
B = 44.6%

CMYK

 C value IS 0.01

 M value IS 0.75

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C031C2 (or 0xC031C2) is known color: Fuchsia. HEX triplet: C0, 31 and C2. RGB value is (192,49,194). Sum of RGB (Red+Green+Blue) = 192+49+194=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 49 (19.53% from 255 or 11.26% from 435); Blue value is 194 (76.17% from 255 or 44.60% from 435); Max value from RGB is 194 - color contains mainly: blue. Hex color #C031C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C031C2 is #3FCE3D. Grayscale: #6B6B6B. Windows color (decimal): -4181566 or 12726720. OLE color: 12726720.

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

Color convert

RGB 192 49 194 -
CMYK 0.01 0.75 0 0.24
HSL 299.17º 0.6% 0.48% -
HSV(B) 299.17º 0.75% 0.76% -
XYZ 32.57 17.3 52.66 -
YUV 108.29 176.38 187.71 -
System Red Green Blue C M Y K H S L
Decimal 192 49 194 0.01 0.75 0 0.24 299.17 0.6 0.48
Hex C0 31 C2 1 4B 0 18 12B 3C 30
Octal 300 61 302 1 113 0 30 453 74 60
Binary 11000000 110001 11000010 1 1001011 0 11000 100101011 111100 110000

Color Harmonies of #C031C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C031C2

Black with #C031C2

Text Example


Text Example

White with #C031C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C031C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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