Html Css Color HEX #C85FCF Fuchsia

📋 copy color: '#C85FCF'

red 200 ◦ green 95 ◦ blue 207

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

Shades of Fuchsia #C85FCF

Tints of Fuchsia #C85FCF

RGB

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

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

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

R = 39.84%
G = 18.92%
B = 41.24%

CMYK

 C value IS 0.03

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C85FCF (or 0xC85FCF) is known color: Fuchsia. HEX triplet: C8, 5F and CF. RGB value is (200,95,207). Sum of RGB (Red+Green+Blue) = 200+95+207=502 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.84% from 502); Green value is 95 (37.5% from 255 or 18.92% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 207 - color contains mainly: blue. Hex color #C85FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85FCF is #37A030. Grayscale: #8A8A8A. Windows color (decimal): -3645489 or 13590472. OLE color: 13590472.

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

Color convert

RGB 200 95 207 -
CMYK 0.03 0.54 0 0.19
HSL 296.25º 0.54% 0.59% -
HSV(B) 296.25º 0.54% 0.81% -
XYZ 39.17 24.97 61.79 -
YUV 139.16 166.29 171.39 -
System Red Green Blue C M Y K H S L
Decimal 200 95 207 0.03 0.54 0 0.19 296.25 0.54 0.59
Hex C8 5F CF 3 36 0 13 128 36 3B
Octal 310 137 317 3 66 0 23 450 66 73
Binary 11001000 1011111 11001111 11 110110 0 10011 100101000 110110 111011

Color Harmonies of #C85FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85FCF

Black with #C85FCF

Text Example


Text Example

White with #C85FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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