Html Css Color HEX #C258AA Fuchsia

📋 copy color: '#C258AA'

red 194 ◦ green 88 ◦ blue 170

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

Shades of Fuchsia #C258AA

Tints of Fuchsia #C258AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.61%

R = 42.92%
G = 19.47%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C258AA (or 0xC258AA) is known color: Fuchsia. HEX triplet: C2, 58 and AA. RGB value is (194,88,170). Sum of RGB (Red+Green+Blue) = 194+88+170=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 88 (34.77% from 255 or 19.47% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 194 - color contains mainly: red. Hex color #C258AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C258AA is #3DA755. Grayscale: #808080. Windows color (decimal): -4040534 or 11163842. OLE color: 11163842.

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

Color convert

RGB 194 88 170 -
CMYK 0 0.55 0.12 0.24
HSL 313.58º 0.46% 0.55% -
HSV(B) 313.58º 0.55% 0.76% -
XYZ 32.99 21.35 40.41 -
YUV 129.04 151.12 174.33 -
System Red Green Blue C M Y K H S L
Decimal 194 88 170 0 0.55 0.12 0.24 313.58 0.46 0.55
Hex C2 58 AA 0 37 C 18 13A 2E 37
Octal 302 130 252 0 67 14 30 472 56 67
Binary 11000010 1011000 10101010 0 110111 1100 11000 100111010 101110 110111

Color Harmonies of #C258AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C258AA

Black with #C258AA

Text Example


Text Example

White with #C258AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C258AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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