Html Css Color HEX #C830AD Fuchsia

📋 copy color: '#C830AD'

red 200 ◦ green 48 ◦ blue 173

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

Shades of Fuchsia #C830AD

Tints of Fuchsia #C830AD

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.4%

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

R = 47.51%
G = 11.4%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C830AD (or 0xC830AD) is known color: Fuchsia. HEX triplet: C8, 30 and AD. RGB value is (200,48,173). Sum of RGB (Red+Green+Blue) = 200+48+173=421 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.51% from 421); Green value is 48 (19.14% from 255 or 11.40% from 421); Blue value is 173 (67.97% from 255 or 41.09% from 421); Max value from RGB is 200 - color contains mainly: red. Hex color #C830AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C830AD is #37CF52. Grayscale: #6B6B6B. Windows color (decimal): -3657555 or 11350216. OLE color: 11350216.

HSL color Cylindrical-coordinate representation of color #C830AD: hue angle of 310.66º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C830AD is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 48 173 -
CMYK 0 0.76 0.14 0.22
HSL 310.66º 0.61% 0.49% -
HSV(B) 310.66º 0.76% 0.78% -
XYZ 32.42 17.41 41.19 -
YUV 107.7 164.86 193.84 -
System Red Green Blue C M Y K H S L
Decimal 200 48 173 0 0.76 0.14 0.22 310.66 0.61 0.49
Hex C8 30 AD 0 4C E 16 137 3D 31
Octal 310 60 255 0 114 16 26 467 75 61
Binary 11001000 110000 10101101 0 1001100 1110 10110 100110111 111101 110001

Color Harmonies of #C830AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C830AD

Black with #C830AD

Text Example


Text Example

White with #C830AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C830AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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