Html Css Color HEX #C24ACD Fuchsia

📋 copy color: '#C24ACD'

red 194 ◦ green 74 ◦ blue 205

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

Shades of Fuchsia #C24ACD

Tints of Fuchsia #C24ACD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.64%

 BLUE value IS 205 (80.47% from 255) = 43.34%

R = 41.01%
G = 15.64%
B = 43.34%

CMYK

 C value IS 0.05

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C24ACD (or 0xC24ACD) is known color: Fuchsia. HEX triplet: C2, 4A and CD. RGB value is (194,74,205). Sum of RGB (Red+Green+Blue) = 194+74+205=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 74 (29.30% from 255 or 15.64% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #C24ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C24ACD is #3DB532. Grayscale: #7C7C7C. Windows color (decimal): -4044083 or 13454018. OLE color: 13454018.

HSL color Cylindrical-coordinate representation of color #C24ACD: hue angle of 294.96º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C24ACD is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 194 74 205 -
CMYK 0.05 0.64 0 0.20
HSL 294.96º 0.57% 0.55% -
HSV(B) 294.96º 0.64% 0.8% -
XYZ 35.72 20.77 59.89 -
YUV 124.81 173.26 177.35 -
System Red Green Blue C M Y K H S L
Decimal 194 74 205 0.05 0.64 0 0.20 294.96 0.57 0.55
Hex C2 4A CD 5 40 0 14 127 39 37
Octal 302 112 315 5 100 0 24 447 71 67
Binary 11000010 1001010 11001101 101 1000000 0 10100 100100111 111001 110111

Color Harmonies of #C24ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24ACD

Black with #C24ACD

Text Example


Text Example

White with #C24ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24ACD; }

 p { color: rgb(194,74,205); }

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

background-color css

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

 a { background-color: rgb(194,74,205); }

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

border-color css

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

 span { border-color: rgb(194,74,205); }

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