Html Css Color HEX #C85EC2 Fuchsia

📋 copy color: '#C85EC2'

red 200 ◦ green 94 ◦ blue 194

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

Shades of Fuchsia #C85EC2

Tints of Fuchsia #C85EC2

RGB

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

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

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

R = 40.98%
G = 19.26%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C85EC2 (or 0xC85EC2) is known color: Fuchsia. HEX triplet: C8, 5E and C2. RGB value is (200,94,194). Sum of RGB (Red+Green+Blue) = 200+94+194=488 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.98% from 488); Green value is 94 (37.11% from 255 or 19.26% from 488); Blue value is 194 (76.17% from 255 or 39.75% from 488); Max value from RGB is 200 - color contains mainly: red. Hex color #C85EC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85EC2 is #37A13D. Grayscale: #888888. Windows color (decimal): -3645758 or 12738248. OLE color: 12738248.

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

Color convert

RGB 200 94 194 -
CMYK 0 0.53 0.03 0.22
HSL 303.4º 0.49% 0.58% -
HSV(B) 303.4º 0.53% 0.78% -
XYZ 37.56 24.18 53.73 -
YUV 137.09 160.12 172.87 -
System Red Green Blue C M Y K H S L
Decimal 200 94 194 0 0.53 0.03 0.22 303.4 0.49 0.58
Hex C8 5E C2 0 35 3 16 12F 31 3A
Octal 310 136 302 0 65 3 26 457 61 72
Binary 11001000 1011110 11000010 0 110101 11 10110 100101111 110001 111010

Color Harmonies of #C85EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85EC2

Black with #C85EC2

Text Example


Text Example

White with #C85EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85EC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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