Html Css Color HEX #C24BB7 Fuchsia

📋 copy color: '#C24BB7'

red 194 ◦ green 75 ◦ blue 183

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

Shades of Fuchsia #C24BB7

Tints of Fuchsia #C24BB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 40.49%

R = 42.92%
G = 16.59%
B = 40.49%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#C24BB7 (or 0xC24BB7) is known color: Fuchsia. HEX triplet: C2, 4B and B7. RGB value is (194,75,183). Sum of RGB (Red+Green+Blue) = 194+75+183=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 75 (29.69% from 255 or 16.59% from 452); Blue value is 183 (71.88% from 255 or 40.49% from 452); Max value from RGB is 194 - color contains mainly: red. Hex color #C24BB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C24BB7 is #3DB448. Grayscale: #7A7A7A. Windows color (decimal): -4043849 or 12012482. OLE color: 12012482.

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

Color convert

RGB 194 75 183 -
CMYK 0 0.61 0.06 0.24
HSL 305.55º 0.49% 0.53% -
HSV(B) 305.55º 0.61% 0.76% -
XYZ 33.31 19.92 46.89 -
YUV 122.89 161.92 178.72 -
System Red Green Blue C M Y K H S L
Decimal 194 75 183 0 0.61 0.06 0.24 305.55 0.49 0.53
Hex C2 4B B7 0 3D 6 18 132 31 35
Octal 302 113 267 0 75 6 30 462 61 65
Binary 11000010 1001011 10110111 0 111101 110 11000 100110010 110001 110101

Color Harmonies of #C24BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24BB7

Black with #C24BB7

Text Example


Text Example

White with #C24BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24BB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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