Html Css Color HEX #C231C1 Fuchsia

📋 copy color: '#C231C1'

red 194 ◦ green 49 ◦ blue 193

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

Shades of Fuchsia #C231C1

Tints of Fuchsia #C231C1

RGB

 RED value IS 194 (76.17% from 255) = 44.5%

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

 BLUE value IS 193 (75.78% from 255) = 44.27%

R = 44.5%
G = 11.24%
B = 44.27%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C231C1 (or 0xC231C1) is known color: Fuchsia. HEX triplet: C2, 31 and C1. RGB value is (194,49,193). Sum of RGB (Red+Green+Blue) = 194+49+193=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 49 (19.53% from 255 or 11.24% from 436); Blue value is 193 (75.78% from 255 or 44.27% from 436); Max value from RGB is 194 - color contains mainly: red. Hex color #C231C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C231C1 is #3DCE3E. Grayscale: #6C6C6C. Windows color (decimal): -4050495 or 12661186. OLE color: 12661186.

HSL color Cylindrical-coordinate representation of color #C231C1: hue angle of 300.41º 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 #C231C1 is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 49 193 -
CMYK 0 0.75 0.01 0.24
HSL 300.41º 0.6% 0.48% -
HSV(B) 300.41º 0.75% 0.76% -
XYZ 32.97 17.52 52.1 -
YUV 108.77 175.54 188.79 -
System Red Green Blue C M Y K H S L
Decimal 194 49 193 0 0.75 0.01 0.24 300.41 0.6 0.48
Hex C2 31 C1 0 4B 1 18 12C 3C 30
Octal 302 61 301 0 113 1 30 454 74 60
Binary 11000010 110001 11000001 0 1001011 1 11000 100101100 111100 110000

Color Harmonies of #C231C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C231C1

Black with #C231C1

Text Example


Text Example

White with #C231C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C231C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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