Html Css Color HEX #C258AF Fuchsia

📋 copy color: '#C258AF'

red 194 ◦ green 88 ◦ blue 175

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

Shades of Fuchsia #C258AF

Tints of Fuchsia #C258AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.29%

R = 42.45%
G = 19.26%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C258AF (or 0xC258AF) is known color: Fuchsia. HEX triplet: C2, 58 and AF. RGB value is (194,88,175). Sum of RGB (Red+Green+Blue) = 194+88+175=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 88 (34.77% from 255 or 19.26% from 457); Blue value is 175 (68.75% from 255 or 38.29% from 457); Max value from RGB is 194 - color contains mainly: red. Hex color #C258AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C258AF is #3DA750. Grayscale: #818181. Windows color (decimal): -4040529 or 11491522. OLE color: 11491522.

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

Color convert

RGB 194 88 175 -
CMYK 0 0.55 0.10 0.24
HSL 310.75º 0.46% 0.55% -
HSV(B) 310.75º 0.55% 0.76% -
XYZ 33.48 21.54 42.95 -
YUV 129.61 153.62 173.93 -
System Red Green Blue C M Y K H S L
Decimal 194 88 175 0 0.55 0.10 0.24 310.75 0.46 0.55
Hex C2 58 AF 0 37 A 18 137 2E 37
Octal 302 130 257 0 67 12 30 467 56 67
Binary 11000010 1011000 10101111 0 110111 1010 11000 100110111 101110 110111

Color Harmonies of #C258AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C258AF

Black with #C258AF

Text Example


Text Example

White with #C258AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C258AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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