Html Css Color HEX #C258B1 Fuchsia

📋 copy color: '#C258B1'

red 194 ◦ green 88 ◦ blue 177

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

Shades of Fuchsia #C258B1

Tints of Fuchsia #C258B1

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.17%

 BLUE value IS 177 (69.53% from 255) = 38.56%

R = 42.27%
G = 19.17%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C258B1 (or 0xC258B1) is known color: Fuchsia. HEX triplet: C2, 58 and B1. RGB value is (194,88,177). Sum of RGB (Red+Green+Blue) = 194+88+177=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 88 (34.77% from 255 or 19.17% from 459); Blue value is 177 (69.53% from 255 or 38.56% from 459); Max value from RGB is 194 - color contains mainly: red. Hex color #C258B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C258B1 is #3DA74E. Grayscale: #818181. Windows color (decimal): -4040527 or 11622594. OLE color: 11622594.

HSL color Cylindrical-coordinate representation of color #C258B1: hue angle of 309.62º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C258B1 is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 88 177 -
CMYK 0 0.55 0.09 0.24
HSL 309.62º 0.46% 0.55% -
HSV(B) 309.62º 0.55% 0.76% -
XYZ 33.67 21.62 43.99 -
YUV 129.84 154.62 173.76 -
System Red Green Blue C M Y K H S L
Decimal 194 88 177 0 0.55 0.09 0.24 309.62 0.46 0.55
Hex C2 58 B1 0 37 9 18 136 2E 37
Octal 302 130 261 0 67 11 30 466 56 67
Binary 11000010 1011000 10110001 0 110111 1001 11000 100110110 101110 110111

Color Harmonies of #C258B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C258B1

Black with #C258B1

Text Example


Text Example

White with #C258B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C258B1; }

 p { color: rgb(194,88,177); }

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

background-color css

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

 a { background-color: rgb(194,88,177); }

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

border-color css

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

 span { border-color: rgb(194,88,177); }

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