Html Css Color HEX #C24CB2 Fuchsia

📋 copy color: '#C24CB2'

red 194 ◦ green 76 ◦ blue 178

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

Shades of Fuchsia #C24CB2

Tints of Fuchsia #C24CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 39.73%

R = 43.3%
G = 16.96%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C24CB2 (or 0xC24CB2) is known color: Fuchsia. HEX triplet: C2, 4C and B2. RGB value is (194,76,178). Sum of RGB (Red+Green+Blue) = 194+76+178=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 76 (30.08% from 255 or 16.96% from 448); Blue value is 178 (69.92% from 255 or 39.73% from 448); Max value from RGB is 194 - color contains mainly: red. Hex color #C24CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24CB2 is #3DB34D. Grayscale: #7A7A7A. Windows color (decimal): -4043598 or 11685058. OLE color: 11685058.

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

Color convert

RGB 194 76 178 -
CMYK 0 0.61 0.08 0.24
HSL 308.14º 0.49% 0.53% -
HSV(B) 308.14º 0.61% 0.76% -
XYZ 32.87 19.85 44.22 -
YUV 122.91 159.09 178.71 -
System Red Green Blue C M Y K H S L
Decimal 194 76 178 0 0.61 0.08 0.24 308.14 0.49 0.53
Hex C2 4C B2 0 3D 8 18 134 31 35
Octal 302 114 262 0 75 10 30 464 61 65
Binary 11000010 1001100 10110010 0 111101 1000 11000 100110100 110001 110101

Color Harmonies of #C24CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24CB2

Black with #C24CB2

Text Example


Text Example

White with #C24CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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