Html Css Color HEX #C24BB8 Fuchsia

📋 copy color: '#C24BB8'

red 194 ◦ green 75 ◦ blue 184

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

Shades of Fuchsia #C24BB8

Tints of Fuchsia #C24BB8

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.56%

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

R = 42.83%
G = 16.56%
B = 40.62%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C24BB8 (or 0xC24BB8) is known color: Fuchsia. HEX triplet: C2, 4B and B8. RGB value is (194,75,184). Sum of RGB (Red+Green+Blue) = 194+75+184=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 75 (29.69% from 255 or 16.56% from 453); Blue value is 184 (72.27% from 255 or 40.62% from 453); Max value from RGB is 194 - color contains mainly: red. Hex color #C24BB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C24BB8 is #3DB447. Grayscale: #7A7A7A. Windows color (decimal): -4043848 or 12078018. OLE color: 12078018.

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

Color convert

RGB 194 75 184 -
CMYK 0 0.61 0.05 0.24
HSL 305.04º 0.49% 0.53% -
HSV(B) 305.04º 0.61% 0.76% -
XYZ 33.42 19.96 47.44 -
YUV 123.01 162.42 178.64 -
System Red Green Blue C M Y K H S L
Decimal 194 75 184 0 0.61 0.05 0.24 305.04 0.49 0.53
Hex C2 4B B8 0 3D 5 18 131 31 35
Octal 302 113 270 0 75 5 30 461 61 65
Binary 11000010 1001011 10111000 0 111101 101 11000 100110001 110001 110101

Color Harmonies of #C24BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24BB8

Black with #C24BB8

Text Example


Text Example

White with #C24BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24BB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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