Html Css Color HEX #C24BCC Fuchsia

📋 copy color: '#C24BCC'

red 194 ◦ green 75 ◦ blue 204

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

Shades of Fuchsia #C24BCC

Tints of Fuchsia #C24BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.13%

R = 41.01%
G = 15.86%
B = 43.13%

CMYK

 C value IS 0.05

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C24BCC (or 0xC24BCC) is known color: Fuchsia. HEX triplet: C2, 4B and CC. RGB value is (194,75,204). Sum of RGB (Red+Green+Blue) = 194+75+204=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 75 (29.69% from 255 or 15.86% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #C24BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C24BCC is #3DB433. Grayscale: #7C7C7C. Windows color (decimal): -4043828 or 13388738. OLE color: 13388738.

HSL color Cylindrical-coordinate representation of color #C24BCC: hue angle of 295.35º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C24BCC is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 194 75 204 -
CMYK 0.05 0.63 0 0.2
HSL 295.35º 0.56% 0.55% -
HSV(B) 295.35º 0.63% 0.8% -
XYZ 35.66 20.86 59.27 -
YUV 125.29 172.42 177.01 -
System Red Green Blue C M Y K H S L
Decimal 194 75 204 0.05 0.63 0 0.2 295.35 0.56 0.55
Hex C2 4B CC 5 3F 0 14 127 38 37
Octal 302 113 314 5 77 0 24 447 70 67
Binary 11000010 1001011 11001100 101 111111 0 10100 100100111 111000 110111

Color Harmonies of #C24BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24BCC

Black with #C24BCC

Text Example


Text Example

White with #C24BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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