Html Css Color HEX #C24CBA Fuchsia

📋 copy color: '#C24CBA'

red 194 ◦ green 76 ◦ blue 186

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

Shades of Fuchsia #C24CBA

Tints of Fuchsia #C24CBA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.67%

 BLUE value IS 186 (73.05% from 255) = 40.79%

R = 42.54%
G = 16.67%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C24CBA (or 0xC24CBA) is known color: Fuchsia. HEX triplet: C2, 4C and BA. RGB value is (194,76,186). Sum of RGB (Red+Green+Blue) = 194+76+186=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 76 (30.08% from 255 or 16.67% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 194 - color contains mainly: red. Hex color #C24CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C24CBA is #3DB345. Grayscale: #7B7B7B. Windows color (decimal): -4043590 or 12209346. OLE color: 12209346.

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

Color convert

RGB 194 76 186 -
CMYK 0 0.61 0.04 0.24
HSL 304.07º 0.49% 0.53% -
HSV(B) 304.07º 0.61% 0.76% -
XYZ 33.7 20.18 48.57 -
YUV 123.82 163.09 178.06 -
System Red Green Blue C M Y K H S L
Decimal 194 76 186 0 0.61 0.04 0.24 304.07 0.49 0.53
Hex C2 4C BA 0 3D 4 18 130 31 35
Octal 302 114 272 0 75 4 30 460 61 65
Binary 11000010 1001100 10111010 0 111101 100 11000 100110000 110001 110101

Color Harmonies of #C24CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24CBA

Black with #C24CBA

Text Example


Text Example

White with #C24CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24CBA; }

 p { color: rgb(194,76,186); }

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

background-color css

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

 a { background-color: rgb(194,76,186); }

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

border-color css

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

 span { border-color: rgb(194,76,186); }

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