Html Css Color HEX #C24BC3 Fuchsia

📋 copy color: '#C24BC3'

red 194 ◦ green 75 ◦ blue 195

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

Shades of Fuchsia #C24BC3

Tints of Fuchsia #C24BC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 42.03%

R = 41.81%
G = 16.16%
B = 42.03%

CMYK

 C value IS 0.01

 M value IS 0.62

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C24BC3 (or 0xC24BC3) is known color: Fuchsia. HEX triplet: C2, 4B and C3. RGB value is (194,75,195). Sum of RGB (Red+Green+Blue) = 194+75+195=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 75 (29.69% from 255 or 16.16% from 464); Blue value is 195 (76.56% from 255 or 42.03% from 464); Max value from RGB is 195 - color contains mainly: blue. Hex color #C24BC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C24BC3 is #3DB43C. Grayscale: #7B7B7B. Windows color (decimal): -4043837 or 12798914. OLE color: 12798914.

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

Color convert

RGB 194 75 195 -
CMYK 0.01 0.62 0 0.24
HSL 299.5º 0.5% 0.53% -
HSV(B) 299.5º 0.62% 0.76% -
XYZ 34.61 20.44 53.75 -
YUV 124.26 167.92 177.74 -
System Red Green Blue C M Y K H S L
Decimal 194 75 195 0.01 0.62 0 0.24 299.5 0.5 0.53
Hex C2 4B C3 1 3E 0 18 12C 32 35
Octal 302 113 303 1 76 0 30 454 62 65
Binary 11000010 1001011 11000011 1 111110 0 11000 100101100 110010 110101

Color Harmonies of #C24BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24BC3

Black with #C24BC3

Text Example


Text Example

White with #C24BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24BC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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