Html Css Color HEX #C24CCB Fuchsia

📋 copy color: '#C24CCB'

red 194 ◦ green 76 ◦ blue 203

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

Shades of Fuchsia #C24CCB

Tints of Fuchsia #C24CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.92%

R = 41.01%
G = 16.07%
B = 42.92%

CMYK

 C value IS 0.04

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C24CCB (or 0xC24CCB) is known color: Fuchsia. HEX triplet: C2, 4C and CB. RGB value is (194,76,203). Sum of RGB (Red+Green+Blue) = 194+76+203=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 76 (30.08% from 255 or 16.07% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 203 - color contains mainly: blue. Hex color #C24CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C24CCB is #3DB334. Grayscale: #7D7D7D. Windows color (decimal): -4043573 or 13323458. OLE color: 13323458.

HSL color Cylindrical-coordinate representation of color #C24CCB: hue angle of 295.75º degrees, saturation: 0.55, 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 #C24CCB is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 194 76 203 -
CMYK 0.04 0.63 0 0.20
HSL 295.75º 0.55% 0.55% -
HSV(B) 295.75º 0.63% 0.8% -
XYZ 35.61 20.95 58.67 -
YUV 125.76 171.59 176.67 -
System Red Green Blue C M Y K H S L
Decimal 194 76 203 0.04 0.63 0 0.20 295.75 0.55 0.55
Hex C2 4C CB 4 3F 0 14 128 37 37
Octal 302 114 313 4 77 0 24 450 67 67
Binary 11000010 1001100 11001011 100 111111 0 10100 100101000 110111 110111

Color Harmonies of #C24CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24CCB

Black with #C24CCB

Text Example


Text Example

White with #C24CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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