Html Css Color HEX #C854C4 Fuchsia

📋 copy color: '#C854C4'

red 200 ◦ green 84 ◦ blue 196

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

Shades of Fuchsia #C854C4

Tints of Fuchsia #C854C4

RGB

 RED value IS 200 (78.52% from 255) = 41.67%

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

 BLUE value IS 196 (76.95% from 255) = 40.83%

R = 41.67%
G = 17.5%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C854C4 (or 0xC854C4) is known color: Fuchsia. HEX triplet: C8, 54 and C4. RGB value is (200,84,196). Sum of RGB (Red+Green+Blue) = 200+84+196=480 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.67% from 480); Green value is 84 (33.20% from 255 or 17.5% from 480); Blue value is 196 (76.95% from 255 or 40.83% from 480); Max value from RGB is 200 - color contains mainly: red. Hex color #C854C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C854C4 is #37AB3B. Grayscale: #838383. Windows color (decimal): -3648316 or 12866760. OLE color: 12866760.

HSL color Cylindrical-coordinate representation of color #C854C4: hue angle of 302.07º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C854C4 is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 84 196 -
CMYK 0 0.58 0.02 0.22
HSL 302.07º 0.51% 0.56% -
HSV(B) 302.07º 0.58% 0.78% -
XYZ 36.95 22.61 54.64 -
YUV 131.45 164.43 176.89 -
System Red Green Blue C M Y K H S L
Decimal 200 84 196 0 0.58 0.02 0.22 302.07 0.51 0.56
Hex C8 54 C4 0 3A 2 16 12E 33 38
Octal 310 124 304 0 72 2 26 456 63 70
Binary 11001000 1010100 11000100 0 111010 10 10110 100101110 110011 111000

Color Harmonies of #C854C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C854C4

Black with #C854C4

Text Example


Text Example

White with #C854C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C854C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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