Html Css Color HEX #C85FC3 Fuchsia

📋 copy color: '#C85FC3'

red 200 ◦ green 95 ◦ blue 195

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

Shades of Fuchsia #C85FC3

Tints of Fuchsia #C85FC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 39.8%

R = 40.82%
G = 19.39%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C85FC3 (or 0xC85FC3) is known color: Fuchsia. HEX triplet: C8, 5F and C3. RGB value is (200,95,195). Sum of RGB (Red+Green+Blue) = 200+95+195=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 95 (37.5% from 255 or 19.39% from 490); Blue value is 195 (76.56% from 255 or 39.80% from 490); Max value from RGB is 200 - color contains mainly: red. Hex color #C85FC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85FC3 is #37A03C. Grayscale: #898989. Windows color (decimal): -3645501 or 12804040. OLE color: 12804040.

HSL color Cylindrical-coordinate representation of color #C85FC3: hue angle of 302.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 #C85FC3 is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 95 195 -
CMYK 0 0.52 0.02 0.22
HSL 302.86º 0.49% 0.58% -
HSV(B) 302.86º 0.53% 0.78% -
XYZ 37.76 24.4 54.35 -
YUV 137.8 160.29 172.37 -
System Red Green Blue C M Y K H S L
Decimal 200 95 195 0 0.52 0.02 0.22 302.86 0.49 0.58
Hex C8 5F C3 0 34 2 16 12F 31 3A
Octal 310 137 303 0 64 2 26 457 61 72
Binary 11001000 1011111 11000011 0 110100 10 10110 100101111 110001 111010

Color Harmonies of #C85FC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85FC3

Black with #C85FC3

Text Example


Text Example

White with #C85FC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85FC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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