Html Css Color HEX #C85ABC Fuchsia

📋 copy color: '#C85ABC'

red 200 ◦ green 90 ◦ blue 188

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

Shades of Fuchsia #C85ABC

Tints of Fuchsia #C85ABC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.83%

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

R = 41.84%
G = 18.83%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C85ABC (or 0xC85ABC) is known color: Fuchsia. HEX triplet: C8, 5A and BC. RGB value is (200,90,188). Sum of RGB (Red+Green+Blue) = 200+90+188=478 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.84% from 478); Green value is 90 (35.55% from 255 or 18.83% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 200 - color contains mainly: red. Hex color #C85ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85ABC is #37A543. Grayscale: #858585. Windows color (decimal): -3646788 or 12344008. OLE color: 12344008.

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

Color convert

RGB 200 90 188 -
CMYK 0 0.55 0.06 0.22
HSL 306.55º 0.5% 0.57% -
HSV(B) 306.55º 0.55% 0.78% -
XYZ 36.55 23.22 50.13 -
YUV 134.06 158.44 175.03 -
System Red Green Blue C M Y K H S L
Decimal 200 90 188 0 0.55 0.06 0.22 306.55 0.5 0.57
Hex C8 5A BC 0 37 6 16 133 32 39
Octal 310 132 274 0 67 6 26 463 62 71
Binary 11001000 1011010 10111100 0 110111 110 10110 100110011 110010 111001

Color Harmonies of #C85ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85ABC

Black with #C85ABC

Text Example


Text Example

White with #C85ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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