Html Css Color HEX #C24DB6 Fuchsia

📋 copy color: '#C24DB6'

red 194 ◦ green 77 ◦ blue 182

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

Shades of Fuchsia #C24DB6

Tints of Fuchsia #C24DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 40.18%

R = 42.83%
G = 17%
B = 40.18%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#C24DB6 (or 0xC24DB6) is known color: Fuchsia. HEX triplet: C2, 4D and B6. RGB value is (194,77,182). Sum of RGB (Red+Green+Blue) = 194+77+182=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 77 (30.47% from 255 or 17.00% from 453); Blue value is 182 (71.48% from 255 or 40.18% from 453); Max value from RGB is 194 - color contains mainly: red. Hex color #C24DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C24DB6 is #3DB249. Grayscale: #7B7B7B. Windows color (decimal): -4043338 or 11947458. OLE color: 11947458.

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

Color convert

RGB 194 77 182 -
CMYK 0 0.60 0.06 0.24
HSL 306.15º 0.49% 0.53% -
HSV(B) 306.15º 0.6% 0.76% -
XYZ 33.35 20.15 46.39 -
YUV 123.95 160.76 177.96 -
System Red Green Blue C M Y K H S L
Decimal 194 77 182 0 0.60 0.06 0.24 306.15 0.49 0.53
Hex C2 4D B6 0 3C 6 18 132 31 35
Octal 302 115 266 0 74 6 30 462 61 65
Binary 11000010 1001101 10110110 0 111100 110 11000 100110010 110001 110101

Color Harmonies of #C24DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24DB6

Black with #C24DB6

Text Example


Text Example

White with #C24DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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