Html Css Color HEX #C24DB5 Fuchsia

📋 copy color: '#C24DB5'

red 194 ◦ green 77 ◦ blue 181

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

Shades of Fuchsia #C24DB5

Tints of Fuchsia #C24DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 40.04%

R = 42.92%
G = 17.04%
B = 40.04%

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

#C24DB5 (or 0xC24DB5) is known color: Fuchsia. HEX triplet: C2, 4D and B5. RGB value is (194,77,181). Sum of RGB (Red+Green+Blue) = 194+77+181=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 77 (30.47% from 255 or 17.04% from 452); Blue value is 181 (71.09% from 255 or 40.04% from 452); Max value from RGB is 194 - color contains mainly: red. Hex color #C24DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C24DB5 is #3DB24A. Grayscale: #7B7B7B. Windows color (decimal): -4043339 or 11881922. OLE color: 11881922.

HSL color Cylindrical-coordinate representation of color #C24DB5: hue angle of 306.67º 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 #C24DB5 is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 77 181 -
CMYK 0 0.60 0.07 0.24
HSL 306.67º 0.49% 0.53% -
HSV(B) 306.67º 0.6% 0.76% -
XYZ 33.24 20.11 45.85 -
YUV 123.84 160.26 178.04 -
System Red Green Blue C M Y K H S L
Decimal 194 77 181 0 0.60 0.07 0.24 306.67 0.49 0.53
Hex C2 4D B5 0 3C 7 18 133 31 35
Octal 302 115 265 0 74 7 30 463 61 65
Binary 11000010 1001101 10110101 0 111100 111 11000 100110011 110001 110101

Color Harmonies of #C24DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24DB5

Black with #C24DB5

Text Example


Text Example

White with #C24DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24DB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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