Html Css Color HEX #C85CBC Fuchsia

📋 copy color: '#C85CBC'

red 200 ◦ green 92 ◦ blue 188

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

Shades of Fuchsia #C85CBC

Tints of Fuchsia #C85CBC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.17%

 BLUE value IS 188 (73.83% from 255) = 39.17%

R = 41.67%
G = 19.17%
B = 39.17%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C85CBC (or 0xC85CBC) is known color: Fuchsia. HEX triplet: C8, 5C and BC. RGB value is (200,92,188). Sum of RGB (Red+Green+Blue) = 200+92+188=480 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.67% from 480); Green value is 92 (36.33% from 255 or 19.17% from 480); Blue value is 188 (73.83% from 255 or 39.17% from 480); Max value from RGB is 200 - color contains mainly: red. Hex color #C85CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85CBC is #37A343. Grayscale: #868686. Windows color (decimal): -3646276 or 12344520. OLE color: 12344520.

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

Color convert

RGB 200 92 188 -
CMYK 0 0.54 0.06 0.22
HSL 306.67º 0.5% 0.57% -
HSV(B) 306.67º 0.54% 0.78% -
XYZ 36.72 23.56 50.19 -
YUV 135.24 157.78 174.19 -
System Red Green Blue C M Y K H S L
Decimal 200 92 188 0 0.54 0.06 0.22 306.67 0.5 0.57
Hex C8 5C BC 0 36 6 16 133 32 39
Octal 310 134 274 0 66 6 26 463 62 71
Binary 11001000 1011100 10111100 0 110110 110 10110 100110011 110010 111001

Color Harmonies of #C85CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85CBC

Black with #C85CBC

Text Example


Text Example

White with #C85CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85CBC; }

 p { color: rgb(200,92,188); }

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

background-color css

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

 a { background-color: rgb(200,92,188); }

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

border-color css

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

 span { border-color: rgb(200,92,188); }

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