Html Css Color HEX #C855CF Fuchsia

📋 copy color: '#C855CF'

red 200 ◦ green 85 ◦ blue 207

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

Shades of Fuchsia #C855CF

Tints of Fuchsia #C855CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.07%

R = 40.65%
G = 17.28%
B = 42.07%

CMYK

 C value IS 0.03

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C855CF (or 0xC855CF) is known color: Fuchsia. HEX triplet: C8, 55 and CF. RGB value is (200,85,207). Sum of RGB (Red+Green+Blue) = 200+85+207=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 85 (33.59% from 255 or 17.28% from 492); Blue value is 207 (81.25% from 255 or 42.07% from 492); Max value from RGB is 207 - color contains mainly: blue. Hex color #C855CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C855CF is #37AA30. Grayscale: #848484. Windows color (decimal): -3648049 or 13587912. OLE color: 13587912.

HSL color Cylindrical-coordinate representation of color #C855CF: hue angle of 296.56º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C855CF is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 200 85 207 -
CMYK 0.03 0.59 0 0.19
HSL 296.56º 0.56% 0.57% -
HSV(B) 296.56º 0.59% 0.81% -
XYZ 38.33 23.28 61.51 -
YUV 133.29 169.6 175.58 -
System Red Green Blue C M Y K H S L
Decimal 200 85 207 0.03 0.59 0 0.19 296.56 0.56 0.57
Hex C8 55 CF 3 3B 0 13 129 38 39
Octal 310 125 317 3 73 0 23 451 70 71
Binary 11001000 1010101 11001111 11 111011 0 10011 100101001 111000 111001

Color Harmonies of #C855CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C855CF

Black with #C855CF

Text Example


Text Example

White with #C855CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C855CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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