Html Css Color HEX #C458CD Fuchsia

📋 copy color: '#C458CD'

red 196 ◦ green 88 ◦ blue 205

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

Shades of Fuchsia #C458CD

Tints of Fuchsia #C458CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.92%

R = 40.08%
G = 18%
B = 41.92%

CMYK

 C value IS 0.04

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C458CD (or 0xC458CD) is known color: Fuchsia. HEX triplet: C4, 58 and CD. RGB value is (196,88,205). Sum of RGB (Red+Green+Blue) = 196+88+205=489 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.08% from 489); Green value is 88 (34.77% from 255 or 18.00% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 205 - color contains mainly: blue. Hex color #C458CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C458CD is #3BA732. Grayscale: #858585. Windows color (decimal): -3909427 or 13457604. OLE color: 13457604.

HSL color Cylindrical-coordinate representation of color #C458CD: hue angle of 295.38º degrees, saturation: 0.54, 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 #C458CD is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 196 88 205 -
CMYK 0.04 0.57 0 0.20
HSL 295.38º 0.54% 0.57% -
HSV(B) 295.38º 0.57% 0.8% -
XYZ 37.27 23.12 60.26 -
YUV 133.63 168.28 172.49 -
System Red Green Blue C M Y K H S L
Decimal 196 88 205 0.04 0.57 0 0.20 295.38 0.54 0.57
Hex C4 58 CD 4 39 0 14 127 36 39
Octal 304 130 315 4 71 0 24 447 66 71
Binary 11000100 1011000 11001101 100 111001 0 10100 100100111 110110 111001

Color Harmonies of #C458CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C458CD

Black with #C458CD

Text Example


Text Example

White with #C458CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C458CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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