Html Css Color HEX #C241CC Fuchsia

📋 copy color: '#C241CC'

red 194 ◦ green 65 ◦ blue 204

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

Shades of Fuchsia #C241CC

Tints of Fuchsia #C241CC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.04%

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

R = 41.9%
G = 14.04%
B = 44.06%

CMYK

 C value IS 0.05

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C241CC (or 0xC241CC) is known color: Fuchsia. HEX triplet: C2, 41 and CC. RGB value is (194,65,204). Sum of RGB (Red+Green+Blue) = 194+65+204=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 65 (25.78% from 255 or 14.04% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 204 - color contains mainly: blue. Hex color #C241CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C241CC is #3DBE33. Grayscale: #767676. Windows color (decimal): -4046388 or 13386178. OLE color: 13386178.

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

Color convert

RGB 194 65 204 -
CMYK 0.05 0.68 0 0.2
HSL 295.68º 0.58% 0.53% -
HSV(B) 295.68º 0.68% 0.8% -
XYZ 35.04 19.61 59.07 -
YUV 119.42 175.74 181.2 -
System Red Green Blue C M Y K H S L
Decimal 194 65 204 0.05 0.68 0 0.2 295.68 0.58 0.53
Hex C2 41 CC 5 44 0 14 128 3A 35
Octal 302 101 314 5 104 0 24 450 72 65
Binary 11000010 1000001 11001100 101 1000100 0 10100 100101000 111010 110101

Color Harmonies of #C241CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C241CC

Black with #C241CC

Text Example


Text Example

White with #C241CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C241CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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