Html Css Color HEX #C85CAD Fuchsia

📋 copy color: '#C85CAD'

red 200 ◦ green 92 ◦ blue 173

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

Shades of Fuchsia #C85CAD

Tints of Fuchsia #C85CAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.2%

R = 43.01%
G = 19.78%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C85CAD (or 0xC85CAD) is known color: Fuchsia. HEX triplet: C8, 5C and AD. RGB value is (200,92,173). Sum of RGB (Red+Green+Blue) = 200+92+173=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 92 (36.33% from 255 or 19.78% from 465); Blue value is 173 (67.97% from 255 or 37.20% from 465); Max value from RGB is 200 - color contains mainly: red. Hex color #C85CAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85CAD is #37A352. Grayscale: #858585. Windows color (decimal): -3646291 or 11361480. OLE color: 11361480.

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

Color convert

RGB 200 92 173 -
CMYK 0 0.54 0.14 0.22
HSL 315º 0.5% 0.57% -
HSV(B) 315º 0.54% 0.78% -
XYZ 35.19 22.95 42.11 -
YUV 133.53 150.28 175.41 -
System Red Green Blue C M Y K H S L
Decimal 200 92 173 0 0.54 0.14 0.22 315 0.5 0.57
Hex C8 5C AD 0 36 E 16 13B 32 39
Octal 310 134 255 0 66 16 26 473 62 71
Binary 11001000 1011100 10101101 0 110110 1110 10110 100111011 110010 111001

Color Harmonies of #C85CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85CAD

Black with #C85CAD

Text Example


Text Example

White with #C85CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85CAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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