Html Css Color HEX #C131CC Fuchsia

📋 copy color: '#C131CC'

red 193 ◦ green 49 ◦ blue 204

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

Shades of Fuchsia #C131CC

Tints of Fuchsia #C131CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.74%

R = 43.27%
G = 10.99%
B = 45.74%

CMYK

 C value IS 0.05

 M value IS 0.76

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C131CC (or 0xC131CC) is known color: Fuchsia. HEX triplet: C1, 31 and CC. RGB value is (193,49,204). Sum of RGB (Red+Green+Blue) = 193+49+204=446 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.27% from 446); Green value is 49 (19.53% from 255 or 10.99% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 204 - color contains mainly: blue. Hex color #C131CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C131CC is #3ECE33. Grayscale: #6D6D6D. Windows color (decimal): -4116020 or 13382081. OLE color: 13382081.

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

Color convert

RGB 193 49 204 -
CMYK 0.05 0.76 0 0.2
HSL 295.74º 0.61% 0.5% -
HSV(B) 295.74º 0.76% 0.8% -
XYZ 33.99 17.89 58.79 -
YUV 109.73 181.21 187.4 -
System Red Green Blue C M Y K H S L
Decimal 193 49 204 0.05 0.76 0 0.2 295.74 0.61 0.5
Hex C1 31 CC 5 4C 0 14 128 3D 32
Octal 301 61 314 5 114 0 24 450 75 62
Binary 11000001 110001 11001100 101 1001100 0 10100 100101000 111101 110010

Color Harmonies of #C131CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C131CC

Black with #C131CC

Text Example


Text Example

White with #C131CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C131CC; }

 p { color: rgb(193,49,204); }

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

background-color css

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

 a { background-color: rgb(193,49,204); }

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

border-color css

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

 span { border-color: rgb(193,49,204); }

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