Html Css Color HEX #C240AD Fuchsia

📋 copy color: '#C240AD'

red 194 ◦ green 64 ◦ blue 173

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

Shades of Fuchsia #C240AD

Tints of Fuchsia #C240AD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.85%

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

R = 45.01%
G = 14.85%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C240AD (or 0xC240AD) is known color: Fuchsia. HEX triplet: C2, 40 and AD. RGB value is (194,64,173). Sum of RGB (Red+Green+Blue) = 194+64+173=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 64 (25.39% from 255 or 14.85% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 194 - color contains mainly: red. Hex color #C240AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C240AD is #3DBF52. Grayscale: #727272. Windows color (decimal): -4046675 or 11354306. OLE color: 11354306.

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

Color convert

RGB 194 64 173 -
CMYK 0 0.67 0.11 0.24
HSL 309.69º 0.52% 0.51% -
HSV(B) 309.69º 0.67% 0.76% -
XYZ 31.62 18.15 41.37 -
YUV 115.3 160.57 184.14 -
System Red Green Blue C M Y K H S L
Decimal 194 64 173 0 0.67 0.11 0.24 309.69 0.52 0.51
Hex C2 40 AD 0 43 B 18 136 34 33
Octal 302 100 255 0 103 13 30 466 64 63
Binary 11000010 1000000 10101101 0 1000011 1011 11000 100110110 110100 110011

Color Harmonies of #C240AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C240AD

Black with #C240AD

Text Example


Text Example

White with #C240AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C240AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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