Html Css Color HEX #C230AD Fuchsia

📋 copy color: '#C230AD'

red 194 ◦ green 48 ◦ blue 173

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

Shades of Fuchsia #C230AD

Tints of Fuchsia #C230AD

RGB

 RED value IS 194 (76.17% from 255) = 46.75%

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

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

R = 46.75%
G = 11.57%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C230AD (or 0xC230AD) is known color: Fuchsia. HEX triplet: C2, 30 and AD. RGB value is (194,48,173). Sum of RGB (Red+Green+Blue) = 194+48+173=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 48 (19.14% from 255 or 11.57% from 415); Blue value is 173 (67.97% from 255 or 41.69% from 415); Max value from RGB is 194 - color contains mainly: red. Hex color #C230AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C230AD is #3DCF52. Grayscale: #696969. Windows color (decimal): -4050771 or 11350210. OLE color: 11350210.

HSL color Cylindrical-coordinate representation of color #C230AD: hue angle of 308.63º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C230AD is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 48 173 -
CMYK 0 0.75 0.11 0.24
HSL 308.63º 0.6% 0.47% -
HSV(B) 308.63º 0.75% 0.76% -
XYZ 30.85 16.6 41.11 -
YUV 105.9 165.87 190.84 -
System Red Green Blue C M Y K H S L
Decimal 194 48 173 0 0.75 0.11 0.24 308.63 0.6 0.47
Hex C2 30 AD 0 4B B 18 135 3C 2F
Octal 302 60 255 0 113 13 30 465 74 57
Binary 11000010 110000 10101101 0 1001011 1011 11000 100110101 111100 101111

Color Harmonies of #C230AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C230AD

Black with #C230AD

Text Example


Text Example

White with #C230AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C230AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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