Html Css Color HEX #C241C5 Fuchsia

📋 copy color: '#C241C5'

red 194 ◦ green 65 ◦ blue 197

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

Shades of Fuchsia #C241C5

Tints of Fuchsia #C241C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 43.2%

R = 42.54%
G = 14.25%
B = 43.2%

CMYK

 C value IS 0.02

 M value IS 0.67

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C241C5 (or 0xC241C5) is known color: Fuchsia. HEX triplet: C2, 41 and C5. RGB value is (194,65,197). Sum of RGB (Red+Green+Blue) = 194+65+197=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 65 (25.78% from 255 or 14.25% from 456); Blue value is 197 (77.34% from 255 or 43.20% from 456); Max value from RGB is 197 - color contains mainly: blue. Hex color #C241C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C241C5 is #3DBE3A. Grayscale: #767676. Windows color (decimal): -4046395 or 12927426. OLE color: 12927426.

HSL color Cylindrical-coordinate representation of color #C241C5: hue angle of 298.64º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C241C5 is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 194 65 197 -
CMYK 0.02 0.67 0 0.23
HSL 298.64º 0.53% 0.51% -
HSV(B) 298.64º 0.67% 0.77% -
XYZ 34.22 19.28 54.74 -
YUV 118.62 172.24 181.77 -
System Red Green Blue C M Y K H S L
Decimal 194 65 197 0.02 0.67 0 0.23 298.64 0.53 0.51
Hex C2 41 C5 2 43 0 17 12B 35 33
Octal 302 101 305 2 103 0 27 453 65 63
Binary 11000010 1000001 11000101 10 1000011 0 10111 100101011 110101 110011

Color Harmonies of #C241C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C241C5

Black with #C241C5

Text Example


Text Example

White with #C241C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C241C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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