Html Css Color HEX #C858C4 Fuchsia

📋 copy color: '#C858C4'

red 200 ◦ green 88 ◦ blue 196

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

Shades of Fuchsia #C858C4

Tints of Fuchsia #C858C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 40.5%

R = 41.32%
G = 18.18%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C858C4 (or 0xC858C4) is known color: Fuchsia. HEX triplet: C8, 58 and C4. RGB value is (200,88,196). Sum of RGB (Red+Green+Blue) = 200+88+196=484 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.32% from 484); Green value is 88 (34.77% from 255 or 18.18% from 484); Blue value is 196 (76.95% from 255 or 40.50% from 484); Max value from RGB is 200 - color contains mainly: red. Hex color #C858C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C858C4 is #37A73B. Grayscale: #858585. Windows color (decimal): -3647292 or 12867784. OLE color: 12867784.

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

Color convert

RGB 200 88 196 -
CMYK 0 0.56 0.02 0.22
HSL 302.14º 0.5% 0.56% -
HSV(B) 302.14º 0.56% 0.78% -
XYZ 37.27 23.24 54.75 -
YUV 133.8 163.11 175.22 -
System Red Green Blue C M Y K H S L
Decimal 200 88 196 0 0.56 0.02 0.22 302.14 0.5 0.56
Hex C8 58 C4 0 38 2 16 12E 32 38
Octal 310 130 304 0 70 2 26 456 62 70
Binary 11001000 1011000 11000100 0 111000 10 10110 100101110 110010 111000

Color Harmonies of #C858C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C858C4

Black with #C858C4

Text Example


Text Example

White with #C858C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C858C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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