Html Css Color HEX #C258B3 Fuchsia

📋 copy color: '#C258B3'

red 194 ◦ green 88 ◦ blue 179

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

Shades of Fuchsia #C258B3

Tints of Fuchsia #C258B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 38.83%

R = 42.08%
G = 19.09%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C258B3 (or 0xC258B3) is known color: Fuchsia. HEX triplet: C2, 58 and B3. RGB value is (194,88,179). Sum of RGB (Red+Green+Blue) = 194+88+179=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 88 (34.77% from 255 or 19.09% from 461); Blue value is 179 (70.31% from 255 or 38.83% from 461); Max value from RGB is 194 - color contains mainly: red. Hex color #C258B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C258B3 is #3DA74C. Grayscale: #818181. Windows color (decimal): -4040525 or 11753666. OLE color: 11753666.

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

Color convert

RGB 194 88 179 -
CMYK 0 0.55 0.08 0.24
HSL 308.49º 0.46% 0.55% -
HSV(B) 308.49º 0.55% 0.76% -
XYZ 33.87 21.7 45.05 -
YUV 130.07 155.62 173.6 -
System Red Green Blue C M Y K H S L
Decimal 194 88 179 0 0.55 0.08 0.24 308.49 0.46 0.55
Hex C2 58 B3 0 37 8 18 134 2E 37
Octal 302 130 263 0 67 10 30 464 56 67
Binary 11000010 1011000 10110011 0 110111 1000 11000 100110100 101110 110111

Color Harmonies of #C258B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C258B3

Black with #C258B3

Text Example


Text Example

White with #C258B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C258B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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