Html Css Color HEX #C251B2 Fuchsia

📋 copy color: '#C251B2'

red 194 ◦ green 81 ◦ blue 178

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

Shades of Fuchsia #C251B2

Tints of Fuchsia #C251B2

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.88%

 BLUE value IS 178 (69.92% from 255) = 39.29%

R = 42.83%
G = 17.88%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C251B2 (or 0xC251B2) is known color: Fuchsia. HEX triplet: C2, 51 and B2. RGB value is (194,81,178). Sum of RGB (Red+Green+Blue) = 194+81+178=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 81 (32.03% from 255 or 17.88% from 453); Blue value is 178 (69.92% from 255 or 39.29% from 453); Max value from RGB is 194 - color contains mainly: red. Hex color #C251B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C251B2 is #3DAE4D. Grayscale: #7D7D7D. Windows color (decimal): -4042318 or 11686338. OLE color: 11686338.

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

Color convert

RGB 194 81 178 -
CMYK 0 0.58 0.08 0.24
HSL 308.5º 0.48% 0.54% -
HSV(B) 308.5º 0.58% 0.76% -
XYZ 33.23 20.57 44.34 -
YUV 125.85 157.44 176.61 -
System Red Green Blue C M Y K H S L
Decimal 194 81 178 0 0.58 0.08 0.24 308.5 0.48 0.54
Hex C2 51 B2 0 3A 8 18 134 30 36
Octal 302 121 262 0 72 10 30 464 60 66
Binary 11000010 1010001 10110010 0 111010 1000 11000 100110100 110000 110110

Color Harmonies of #C251B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C251B2

Black with #C251B2

Text Example


Text Example

White with #C251B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C251B2; }

 p { color: rgb(194,81,178); }

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

background-color css

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

 a { background-color: rgb(194,81,178); }

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

border-color css

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

 span { border-color: rgb(194,81,178); }

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