Html Css Color HEX #C454CC Fuchsia

📋 copy color: '#C454CC'

red 196 ◦ green 84 ◦ blue 204

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

Shades of Fuchsia #C454CC

Tints of Fuchsia #C454CC

RGB

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

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

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

R = 40.5%
G = 17.36%
B = 42.15%

CMYK

 C value IS 0.04

 M value IS 0.59

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C454CC (or 0xC454CC) is known color: Fuchsia. HEX triplet: C4, 54 and CC. RGB value is (196,84,204). Sum of RGB (Red+Green+Blue) = 196+84+204=484 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.50% from 484); Green value is 84 (33.20% from 255 or 17.36% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 204 - color contains mainly: blue. Hex color #C454CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C454CC is #3BAB33. Grayscale: #828282. Windows color (decimal): -3910452 or 13391044. OLE color: 13391044.

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

Color convert

RGB 196 84 204 -
CMYK 0.04 0.59 0 0.2
HSL 296º 0.54% 0.56% -
HSV(B) 296º 0.59% 0.8% -
XYZ 36.83 22.44 59.52 -
YUV 131.17 169.11 174.24 -
System Red Green Blue C M Y K H S L
Decimal 196 84 204 0.04 0.59 0 0.2 296 0.54 0.56
Hex C4 54 CC 4 3B 0 14 128 36 38
Octal 304 124 314 4 73 0 24 450 66 70
Binary 11000100 1010100 11001100 100 111011 0 10100 100101000 110110 111000

Color Harmonies of #C454CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C454CC

Black with #C454CC

Text Example


Text Example

White with #C454CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C454CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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