Html Css Color HEX #C24DB4 Fuchsia

📋 copy color: '#C24DB4'

red 194 ◦ green 77 ◦ blue 180

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

Shades of Fuchsia #C24DB4

Tints of Fuchsia #C24DB4

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.07%

 BLUE value IS 180 (70.7% from 255) = 39.91%

R = 43.02%
G = 17.07%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C24DB4 (or 0xC24DB4) is known color: Fuchsia. HEX triplet: C2, 4D and B4. RGB value is (194,77,180). Sum of RGB (Red+Green+Blue) = 194+77+180=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 77 (30.47% from 255 or 17.07% from 451); Blue value is 180 (70.70% from 255 or 39.91% from 451); Max value from RGB is 194 - color contains mainly: red. Hex color #C24DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C24DB4 is #3DB24B. Grayscale: #7B7B7B. Windows color (decimal): -4043340 or 11816386. OLE color: 11816386.

HSL color Cylindrical-coordinate representation of color #C24DB4: hue angle of 307.18º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C24DB4 is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 77 180 -
CMYK 0 0.60 0.07 0.24
HSL 307.18º 0.49% 0.53% -
HSV(B) 307.18º 0.6% 0.76% -
XYZ 33.14 20.07 45.31 -
YUV 123.73 159.76 178.12 -
System Red Green Blue C M Y K H S L
Decimal 194 77 180 0 0.60 0.07 0.24 307.18 0.49 0.53
Hex C2 4D B4 0 3C 7 18 133 31 35
Octal 302 115 264 0 74 7 30 463 61 65
Binary 11000010 1001101 10110100 0 111100 111 11000 100110011 110001 110101

Color Harmonies of #C24DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24DB4

Black with #C24DB4

Text Example


Text Example

White with #C24DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24DB4; }

 p { color: rgb(194,77,180); }

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

background-color css

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

 a { background-color: rgb(194,77,180); }

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

border-color css

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

 span { border-color: rgb(194,77,180); }

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