Html Css Color HEX #C85ECF Fuchsia

📋 copy color: '#C85ECF'

red 200 ◦ green 94 ◦ blue 207

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

Shades of Fuchsia #C85ECF

Tints of Fuchsia #C85ECF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.76%

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

R = 39.92%
G = 18.76%
B = 41.32%

CMYK

 C value IS 0.03

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C85ECF (or 0xC85ECF) is known color: Fuchsia. HEX triplet: C8, 5E and CF. RGB value is (200,94,207). Sum of RGB (Red+Green+Blue) = 200+94+207=501 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.92% from 501); Green value is 94 (37.11% from 255 or 18.76% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 207 - color contains mainly: blue. Hex color #C85ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85ECF is #37A130. Grayscale: #8A8A8A. Windows color (decimal): -3645745 or 13590216. OLE color: 13590216.

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

Color convert

RGB 200 94 207 -
CMYK 0.03 0.55 0 0.19
HSL 296.28º 0.54% 0.59% -
HSV(B) 296.28º 0.55% 0.81% -
XYZ 39.08 24.79 61.76 -
YUV 138.58 166.62 171.81 -
System Red Green Blue C M Y K H S L
Decimal 200 94 207 0.03 0.55 0 0.19 296.28 0.54 0.59
Hex C8 5E CF 3 37 0 13 128 36 3B
Octal 310 136 317 3 67 0 23 450 66 73
Binary 11001000 1011110 11001111 11 110111 0 10011 100101000 110110 111011

Color Harmonies of #C85ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85ECF

Black with #C85ECF

Text Example


Text Example

White with #C85ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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