Html Css Color HEX #C858B2 Fuchsia

📋 copy color: '#C858B2'

red 200 ◦ green 88 ◦ blue 178

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

Shades of Fuchsia #C858B2

Tints of Fuchsia #C858B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 38.2%

R = 42.92%
G = 18.88%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C858B2 (or 0xC858B2) is known color: Fuchsia. HEX triplet: C8, 58 and B2. RGB value is (200,88,178). Sum of RGB (Red+Green+Blue) = 200+88+178=466 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.92% from 466); Green value is 88 (34.77% from 255 or 18.88% from 466); Blue value is 178 (69.92% from 255 or 38.20% from 466); Max value from RGB is 200 - color contains mainly: red. Hex color #C858B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C858B2 is #37A74D. Grayscale: #838383. Windows color (decimal): -3647310 or 11688136. OLE color: 11688136.

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

Color convert

RGB 200 88 178 -
CMYK 0 0.56 0.11 0.22
HSL 311.79º 0.5% 0.56% -
HSV(B) 311.79º 0.56% 0.78% -
XYZ 35.35 22.47 44.59 -
YUV 131.75 154.11 176.68 -
System Red Green Blue C M Y K H S L
Decimal 200 88 178 0 0.56 0.11 0.22 311.79 0.5 0.56
Hex C8 58 B2 0 38 B 16 138 32 38
Octal 310 130 262 0 70 13 26 470 62 70
Binary 11001000 1011000 10110010 0 111000 1011 10110 100111000 110010 111000

Color Harmonies of #C858B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C858B2

Black with #C858B2

Text Example


Text Example

White with #C858B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C858B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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