Html Css Color HEX #C85AC1 Fuchsia

📋 copy color: '#C85AC1'

red 200 ◦ green 90 ◦ blue 193

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

Shades of Fuchsia #C85AC1

Tints of Fuchsia #C85AC1

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.63%

 BLUE value IS 193 (75.78% from 255) = 39.96%

R = 41.41%
G = 18.63%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C85AC1 (or 0xC85AC1) is known color: Fuchsia. HEX triplet: C8, 5A and C1. RGB value is (200,90,193). Sum of RGB (Red+Green+Blue) = 200+90+193=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 90 (35.55% from 255 or 18.63% from 483); Blue value is 193 (75.78% from 255 or 39.96% from 483); Max value from RGB is 200 - color contains mainly: red. Hex color #C85AC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85AC1 is #37A53E. Grayscale: #868686. Windows color (decimal): -3646783 or 12671688. OLE color: 12671688.

HSL color Cylindrical-coordinate representation of color #C85AC1: hue angle of 303.82º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C85AC1 is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 90 193 -
CMYK 0 0.55 0.04 0.22
HSL 303.82º 0.5% 0.57% -
HSV(B) 303.82º 0.55% 0.78% -
XYZ 37.1 23.44 53.02 -
YUV 134.63 160.94 174.62 -
System Red Green Blue C M Y K H S L
Decimal 200 90 193 0 0.55 0.04 0.22 303.82 0.5 0.57
Hex C8 5A C1 0 37 4 16 130 32 39
Octal 310 132 301 0 67 4 26 460 62 71
Binary 11001000 1011010 11000001 0 110111 100 10110 100110000 110010 111001

Color Harmonies of #C85AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85AC1

Black with #C85AC1

Text Example


Text Example

White with #C85AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85AC1; }

 p { color: rgb(200,90,193); }

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

background-color css

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

 a { background-color: rgb(200,90,193); }

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

border-color css

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

 span { border-color: rgb(200,90,193); }

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