Html Css Color HEX #C85BC2 Fuchsia

📋 copy color: '#C85BC2'

red 200 ◦ green 91 ◦ blue 194

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

Shades of Fuchsia #C85BC2

Tints of Fuchsia #C85BC2

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.76%

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

R = 41.24%
G = 18.76%
B = 40%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C85BC2 (or 0xC85BC2) is known color: Fuchsia. HEX triplet: C8, 5B and C2. RGB value is (200,91,194). Sum of RGB (Red+Green+Blue) = 200+91+194=485 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.24% from 485); Green value is 91 (35.94% from 255 or 18.76% from 485); Blue value is 194 (76.17% from 255 or 40% from 485); Max value from RGB is 200 - color contains mainly: red. Hex color #C85BC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85BC2 is #37A43D. Grayscale: #878787. Windows color (decimal): -3646526 or 12737480. OLE color: 12737480.

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

Color convert

RGB 200 91 194 -
CMYK 0 0.54 0.03 0.22
HSL 303.3º 0.5% 0.57% -
HSV(B) 303.3º 0.55% 0.78% -
XYZ 37.3 23.66 53.64 -
YUV 135.33 161.11 174.12 -
System Red Green Blue C M Y K H S L
Decimal 200 91 194 0 0.54 0.03 0.22 303.3 0.5 0.57
Hex C8 5B C2 0 36 3 16 12F 32 39
Octal 310 133 302 0 66 3 26 457 62 71
Binary 11001000 1011011 11000010 0 110110 11 10110 100101111 110010 111001

Color Harmonies of #C85BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85BC2

Black with #C85BC2

Text Example


Text Example

White with #C85BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85BC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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