Html Css Color HEX #C458AF Fuchsia

📋 copy color: '#C458AF'

red 196 ◦ green 88 ◦ blue 175

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

Shades of Fuchsia #C458AF

Tints of Fuchsia #C458AF

RGB

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

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

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

R = 42.7%
G = 19.17%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C458AF (or 0xC458AF) is known color: Fuchsia. HEX triplet: C4, 58 and AF. RGB value is (196,88,175). Sum of RGB (Red+Green+Blue) = 196+88+175=459 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.70% from 459); Green value is 88 (34.77% from 255 or 19.17% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 196 - color contains mainly: red. Hex color #C458AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C458AF is #3BA750. Grayscale: #818181. Windows color (decimal): -3909457 or 11491524. OLE color: 11491524.

HSL color Cylindrical-coordinate representation of color #C458AF: hue angle of 311.67º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C458AF is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 88 175 -
CMYK 0 0.55 0.11 0.23
HSL 311.67º 0.48% 0.56% -
HSV(B) 311.67º 0.55% 0.77% -
XYZ 33.99 21.81 42.98 -
YUV 130.21 153.28 174.93 -
System Red Green Blue C M Y K H S L
Decimal 196 88 175 0 0.55 0.11 0.23 311.67 0.48 0.56
Hex C4 58 AF 0 37 B 17 138 30 38
Octal 304 130 257 0 67 13 27 470 60 70
Binary 11000100 1011000 10101111 0 110111 1011 10111 100111000 110000 111000

Color Harmonies of #C458AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C458AF

Black with #C458AF

Text Example


Text Example

White with #C458AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C458AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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