Html Css Color HEX #C031CB Fuchsia

📋 copy color: '#C031CB'

red 192 ◦ green 49 ◦ blue 203

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

Shades of Fuchsia #C031CB

Tints of Fuchsia #C031CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.72%

R = 43.24%
G = 11.04%
B = 45.72%

CMYK

 C value IS 0.05

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C031CB (or 0xC031CB) is known color: Fuchsia. HEX triplet: C0, 31 and CB. RGB value is (192,49,203). Sum of RGB (Red+Green+Blue) = 192+49+203=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 49 (19.53% from 255 or 11.04% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 203 - color contains mainly: blue. Hex color #C031CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C031CB is #3FCE34. Grayscale: #6C6C6C. Windows color (decimal): -4181557 or 13316544. OLE color: 13316544.

HSL color Cylindrical-coordinate representation of color #C031CB: hue angle of 295.71º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C031CB is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 49 203 -
CMYK 0.05 0.76 0 0.20
HSL 295.71º 0.61% 0.49% -
HSV(B) 295.71º 0.76% 0.8% -
XYZ 33.62 17.71 58.15 -
YUV 109.31 180.88 186.98 -
System Red Green Blue C M Y K H S L
Decimal 192 49 203 0.05 0.76 0 0.20 295.71 0.61 0.49
Hex C0 31 CB 5 4C 0 14 128 3D 31
Octal 300 61 313 5 114 0 24 450 75 61
Binary 11000000 110001 11001011 101 1001100 0 10100 100101000 111101 110001

Color Harmonies of #C031CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C031CB

Black with #C031CB

Text Example


Text Example

White with #C031CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C031CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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