Html Css Color HEX #C858C1 Fuchsia

📋 copy color: '#C858C1'

red 200 ◦ green 88 ◦ blue 193

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

Shades of Fuchsia #C858C1

Tints of Fuchsia #C858C1

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.3%

 BLUE value IS 193 (75.78% from 255) = 40.12%

R = 41.58%
G = 18.3%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C858C1 (or 0xC858C1) is known color: Fuchsia. HEX triplet: C8, 58 and C1. RGB value is (200,88,193). Sum of RGB (Red+Green+Blue) = 200+88+193=481 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.58% from 481); Green value is 88 (34.77% from 255 or 18.30% from 481); Blue value is 193 (75.78% from 255 or 40.12% from 481); Max value from RGB is 200 - color contains mainly: red. Hex color #C858C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C858C1 is #37A73E. Grayscale: #858585. Windows color (decimal): -3647295 or 12671176. OLE color: 12671176.

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

Color convert

RGB 200 88 193 -
CMYK 0 0.56 0.04 0.22
HSL 303.75º 0.5% 0.56% -
HSV(B) 303.75º 0.56% 0.78% -
XYZ 36.93 23.11 52.97 -
YUV 133.46 161.61 175.46 -
System Red Green Blue C M Y K H S L
Decimal 200 88 193 0 0.56 0.04 0.22 303.75 0.5 0.56
Hex C8 58 C1 0 38 4 16 130 32 38
Octal 310 130 301 0 70 4 26 460 62 70
Binary 11001000 1011000 11000001 0 111000 100 10110 100110000 110010 111000

Color Harmonies of #C858C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C858C1

Black with #C858C1

Text Example


Text Example

White with #C858C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C858C1; }

 p { color: rgb(200,88,193); }

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

background-color css

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

 a { background-color: rgb(200,88,193); }

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

border-color css

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

 span { border-color: rgb(200,88,193); }

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