Html Css Color HEX #C858CC Fuchsia

📋 copy color: '#C858CC'

red 200 ◦ green 88 ◦ blue 204

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

Shades of Fuchsia #C858CC

Tints of Fuchsia #C858CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.46%

R = 40.65%
G = 17.89%
B = 41.46%

CMYK

 C value IS 0.02

 M value IS 0.57

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C858CC (or 0xC858CC) is known color: Fuchsia. HEX triplet: C8, 58 and CC. RGB value is (200,88,204). Sum of RGB (Red+Green+Blue) = 200+88+204=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 88 (34.77% from 255 or 17.89% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 204 - color contains mainly: blue. Hex color #C858CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C858CC is #37A733. Grayscale: #868686. Windows color (decimal): -3647284 or 13392072. OLE color: 13392072.

HSL color Cylindrical-coordinate representation of color #C858CC: hue angle of 297.93º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C858CC is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 200 88 204 -
CMYK 0.02 0.57 0 0.2
HSL 297.93º 0.53% 0.57% -
HSV(B) 297.93º 0.57% 0.8% -
XYZ 38.21 23.62 59.67 -
YUV 134.71 167.11 174.57 -
System Red Green Blue C M Y K H S L
Decimal 200 88 204 0.02 0.57 0 0.2 297.93 0.53 0.57
Hex C8 58 CC 2 39 0 14 12A 35 39
Octal 310 130 314 2 71 0 24 452 65 71
Binary 11001000 1011000 11001100 10 111001 0 10100 100101010 110101 111001

Color Harmonies of #C858CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C858CC

Black with #C858CC

Text Example


Text Example

White with #C858CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C858CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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