Html Css Color HEX #C855C2 Fuchsia

📋 copy color: '#C855C2'

red 200 ◦ green 85 ◦ blue 194

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

Shades of Fuchsia #C855C2

Tints of Fuchsia #C855C2

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.75%

 BLUE value IS 194 (76.17% from 255) = 40.5%

R = 41.75%
G = 17.75%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C855C2 (or 0xC855C2) is known color: Fuchsia. HEX triplet: C8, 55 and C2. RGB value is (200,85,194). Sum of RGB (Red+Green+Blue) = 200+85+194=479 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.75% from 479); Green value is 85 (33.59% from 255 or 17.75% from 479); Blue value is 194 (76.17% from 255 or 40.50% from 479); Max value from RGB is 200 - color contains mainly: red. Hex color #C855C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C855C2 is #37AA3D. Grayscale: #838383. Windows color (decimal): -3648062 or 12735944. OLE color: 12735944.

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

Color convert

RGB 200 85 194 -
CMYK 0 0.58 0.03 0.22
HSL 303.13º 0.51% 0.56% -
HSV(B) 303.13º 0.58% 0.78% -
XYZ 36.81 22.67 53.48 -
YUV 131.81 163.1 176.64 -
System Red Green Blue C M Y K H S L
Decimal 200 85 194 0 0.58 0.03 0.22 303.13 0.51 0.56
Hex C8 55 C2 0 3A 3 16 12F 33 38
Octal 310 125 302 0 72 3 26 457 63 70
Binary 11001000 1010101 11000010 0 111010 11 10110 100101111 110011 111000

Color Harmonies of #C855C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C855C2

Black with #C855C2

Text Example


Text Example

White with #C855C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C855C2; }

 p { color: rgb(200,85,194); }

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

background-color css

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

 a { background-color: rgb(200,85,194); }

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

border-color css

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

 span { border-color: rgb(200,85,194); }

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