Html Css Color HEX #C85FBC Fuchsia

📋 copy color: '#C85FBC'

red 200 ◦ green 95 ◦ blue 188

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

Shades of Fuchsia #C85FBC

Tints of Fuchsia #C85FBC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.67%

 BLUE value IS 188 (73.83% from 255) = 38.92%

R = 41.41%
G = 19.67%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C85FBC (or 0xC85FBC) is known color: Fuchsia. HEX triplet: C8, 5F and BC. RGB value is (200,95,188). Sum of RGB (Red+Green+Blue) = 200+95+188=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 95 (37.5% from 255 or 19.67% from 483); Blue value is 188 (73.83% from 255 or 38.92% from 483); Max value from RGB is 200 - color contains mainly: red. Hex color #C85FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85FBC is #37A043. Grayscale: #888888. Windows color (decimal): -3645508 or 12345288. OLE color: 12345288.

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

Color convert

RGB 200 95 188 -
CMYK 0 0.52 0.06 0.22
HSL 306.86º 0.49% 0.58% -
HSV(B) 306.86º 0.53% 0.78% -
XYZ 36.99 24.09 50.28 -
YUV 137 156.79 172.94 -
System Red Green Blue C M Y K H S L
Decimal 200 95 188 0 0.52 0.06 0.22 306.86 0.49 0.58
Hex C8 5F BC 0 34 6 16 133 31 3A
Octal 310 137 274 0 64 6 26 463 61 72
Binary 11001000 1011111 10111100 0 110100 110 10110 100110011 110001 111010

Color Harmonies of #C85FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85FBC

Black with #C85FBC

Text Example


Text Example

White with #C85FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85FBC; }

 p { color: rgb(200,95,188); }

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

background-color css

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

 a { background-color: rgb(200,95,188); }

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

border-color css

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

 span { border-color: rgb(200,95,188); }

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