Html Css Color HEX #C24DB8 Fuchsia

📋 copy color: '#C24DB8'

red 194 ◦ green 77 ◦ blue 184

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

Shades of Fuchsia #C24DB8

Tints of Fuchsia #C24DB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 40.44%

R = 42.64%
G = 16.92%
B = 40.44%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C24DB8 (or 0xC24DB8) is known color: Fuchsia. HEX triplet: C2, 4D and B8. RGB value is (194,77,184). Sum of RGB (Red+Green+Blue) = 194+77+184=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 77 (30.47% from 255 or 16.92% from 455); Blue value is 184 (72.27% from 255 or 40.44% from 455); Max value from RGB is 194 - color contains mainly: red. Hex color #C24DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C24DB8 is #3DB247. Grayscale: #7B7B7B. Windows color (decimal): -4043336 or 12078530. OLE color: 12078530.

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

Color convert

RGB 194 77 184 -
CMYK 0 0.60 0.05 0.24
HSL 305.13º 0.49% 0.53% -
HSV(B) 305.13º 0.6% 0.76% -
XYZ 33.55 20.24 47.49 -
YUV 124.18 161.76 177.8 -
System Red Green Blue C M Y K H S L
Decimal 194 77 184 0 0.60 0.05 0.24 305.13 0.49 0.53
Hex C2 4D B8 0 3C 5 18 131 31 35
Octal 302 115 270 0 74 5 30 461 61 65
Binary 11000010 1001101 10111000 0 111100 101 11000 100110001 110001 110101

Color Harmonies of #C24DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24DB8

Black with #C24DB8

Text Example


Text Example

White with #C24DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24DB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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