Html Css Color HEX #C458B4 Fuchsia

📋 copy color: '#C458B4'

red 196 ◦ green 88 ◦ blue 180

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

Shades of Fuchsia #C458B4

Tints of Fuchsia #C458B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 38.79%

R = 42.24%
G = 18.97%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#C458B4 (or 0xC458B4) is known color: Fuchsia. HEX triplet: C4, 58 and B4. RGB value is (196,88,180). Sum of RGB (Red+Green+Blue) = 196+88+180=464 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.24% from 464); Green value is 88 (34.77% from 255 or 18.97% from 464); Blue value is 180 (70.70% from 255 or 38.79% from 464); Max value from RGB is 196 - color contains mainly: red. Hex color #C458B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C458B4 is #3BA74B. Grayscale: #828282. Windows color (decimal): -3909452 or 11819204. OLE color: 11819204.

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

Color convert

RGB 196 88 180 -
CMYK 0 0.55 0.08 0.23
HSL 308.89º 0.48% 0.56% -
HSV(B) 308.89º 0.55% 0.77% -
XYZ 34.49 22.01 45.61 -
YUV 130.78 155.78 174.52 -
System Red Green Blue C M Y K H S L
Decimal 196 88 180 0 0.55 0.08 0.23 308.89 0.48 0.56
Hex C4 58 B4 0 37 8 17 135 30 38
Octal 304 130 264 0 67 10 27 465 60 70
Binary 11000100 1011000 10110100 0 110111 1000 10111 100110101 110000 111000

Color Harmonies of #C458B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C458B4

Black with #C458B4

Text Example


Text Example

White with #C458B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C458B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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