Html Css Color HEX #C458C9 Fuchsia

📋 copy color: '#C458C9'

red 196 ◦ green 88 ◦ blue 201

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

Shades of Fuchsia #C458C9

Tints of Fuchsia #C458C9

RGB

 RED value IS 196 (76.95% from 255) = 40.41%

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

 BLUE value IS 201 (78.91% from 255) = 41.44%

R = 40.41%
G = 18.14%
B = 41.44%

CMYK

 C value IS 0.02

 M value IS 0.56

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C458C9 (or 0xC458C9) is known color: Fuchsia. HEX triplet: C4, 58 and C9. RGB value is (196,88,201). Sum of RGB (Red+Green+Blue) = 196+88+201=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 88 (34.77% from 255 or 18.14% from 485); Blue value is 201 (78.91% from 255 or 41.44% from 485); Max value from RGB is 201 - color contains mainly: blue. Hex color #C458C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C458C9 is #3BA736. Grayscale: #848484. Windows color (decimal): -3909431 or 13195460. OLE color: 13195460.

HSL color Cylindrical-coordinate representation of color #C458C9: hue angle of 297.35º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C458C9 is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 196 88 201 -
CMYK 0.02 0.56 0 0.21
HSL 297.35º 0.51% 0.57% -
HSV(B) 297.35º 0.56% 0.79% -
XYZ 36.8 22.93 57.75 -
YUV 133.17 166.28 172.81 -
System Red Green Blue C M Y K H S L
Decimal 196 88 201 0.02 0.56 0 0.21 297.35 0.51 0.57
Hex C4 58 C9 2 38 0 15 129 33 39
Octal 304 130 311 2 70 0 25 451 63 71
Binary 11000100 1011000 11001001 10 111000 0 10101 100101001 110011 111001

Color Harmonies of #C458C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C458C9

Black with #C458C9

Text Example


Text Example

White with #C458C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C458C9; }

 p { color: rgb(196,88,201); }

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

background-color css

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

 a { background-color: rgb(196,88,201); }

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

border-color css

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

 span { border-color: rgb(196,88,201); }

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