Html Css Color HEX #C258A7 Fuchsia

📋 copy color: '#C258A7'

red 194 ◦ green 88 ◦ blue 167

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

Shades of Fuchsia #C258A7

Tints of Fuchsia #C258A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 37.19%

R = 43.21%
G = 19.6%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C258A7 (or 0xC258A7) is known color: Fuchsia. HEX triplet: C2, 58 and A7. RGB value is (194,88,167). Sum of RGB (Red+Green+Blue) = 194+88+167=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 88 (34.77% from 255 or 19.60% from 449); Blue value is 167 (65.62% from 255 or 37.19% from 449); Max value from RGB is 194 - color contains mainly: red. Hex color #C258A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C258A7 is #3DA758. Grayscale: #808080. Windows color (decimal): -4040537 or 10967234. OLE color: 10967234.

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

Color convert

RGB 194 88 167 -
CMYK 0 0.55 0.14 0.24
HSL 315.28º 0.46% 0.55% -
HSV(B) 315.28º 0.55% 0.76% -
XYZ 32.71 21.24 38.93 -
YUV 128.7 149.62 174.58 -
System Red Green Blue C M Y K H S L
Decimal 194 88 167 0 0.55 0.14 0.24 315.28 0.46 0.55
Hex C2 58 A7 0 37 E 18 13B 2E 37
Octal 302 130 247 0 67 16 30 473 56 67
Binary 11000010 1011000 10100111 0 110111 1110 11000 100111011 101110 110111

Color Harmonies of #C258A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C258A7

Black with #C258A7

Text Example


Text Example

White with #C258A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C258A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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