Html Css Color HEX #C454CD Fuchsia

📋 copy color: '#C454CD'

red 196 ◦ green 84 ◦ blue 205

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

Shades of Fuchsia #C454CD

Tints of Fuchsia #C454CD

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.32%

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

R = 40.41%
G = 17.32%
B = 42.27%

CMYK

 C value IS 0.04

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C454CD (or 0xC454CD) is known color: Fuchsia. HEX triplet: C4, 54 and CD. RGB value is (196,84,205). Sum of RGB (Red+Green+Blue) = 196+84+205=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 84 (33.20% from 255 or 17.32% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 205 - color contains mainly: blue. Hex color #C454CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C454CD is #3BAB32. Grayscale: #828282. Windows color (decimal): -3910451 or 13456580. OLE color: 13456580.

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

Color convert

RGB 196 84 205 -
CMYK 0.04 0.59 0 0.20
HSL 295.54º 0.55% 0.57% -
HSV(B) 295.54º 0.59% 0.8% -
XYZ 36.95 22.48 60.15 -
YUV 131.28 169.61 174.16 -
System Red Green Blue C M Y K H S L
Decimal 196 84 205 0.04 0.59 0 0.20 295.54 0.55 0.57
Hex C4 54 CD 4 3B 0 14 128 37 39
Octal 304 124 315 4 73 0 24 450 67 71
Binary 11000100 1010100 11001101 100 111011 0 10100 100101000 110111 111001

Color Harmonies of #C454CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C454CD

Black with #C454CD

Text Example


Text Example

White with #C454CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C454CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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