Html Css Color HEX #C458CC Fuchsia

📋 copy color: '#C458CC'

red 196 ◦ green 88 ◦ blue 204

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

Shades of Fuchsia #C458CC

Tints of Fuchsia #C458CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.8%

R = 40.16%
G = 18.03%
B = 41.8%

CMYK

 C value IS 0.04

 M value IS 0.57

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C458CC (or 0xC458CC) is known color: Fuchsia. HEX triplet: C4, 58 and CC. RGB value is (196,88,204). Sum of RGB (Red+Green+Blue) = 196+88+204=488 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.16% from 488); Green value is 88 (34.77% from 255 or 18.03% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 204 - color contains mainly: blue. Hex color #C458CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C458CC is #3BA733. Grayscale: #858585. Windows color (decimal): -3909428 or 13392068. OLE color: 13392068.

HSL color Cylindrical-coordinate representation of color #C458CC: hue angle of 295.86º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C458CC is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 196 88 204 -
CMYK 0.04 0.57 0 0.2
HSL 295.86º 0.53% 0.57% -
HSV(B) 295.86º 0.57% 0.8% -
XYZ 37.15 23.07 59.62 -
YUV 133.52 167.78 172.57 -
System Red Green Blue C M Y K H S L
Decimal 196 88 204 0.04 0.57 0 0.2 295.86 0.53 0.57
Hex C4 58 CC 4 39 0 14 128 35 39
Octal 304 130 314 4 71 0 24 450 65 71
Binary 11000100 1011000 11001100 100 111001 0 10100 100101000 110101 111001

Color Harmonies of #C458CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C458CC

Black with #C458CC

Text Example


Text Example

White with #C458CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C458CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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