Html Css Color HEX #C241B2 Fuchsia

📋 copy color: '#C241B2'

red 194 ◦ green 65 ◦ blue 178

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

Shades of Fuchsia #C241B2

Tints of Fuchsia #C241B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40.73%

R = 44.39%
G = 14.87%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C241B2 (or 0xC241B2) is known color: Fuchsia. HEX triplet: C2, 41 and B2. RGB value is (194,65,178). Sum of RGB (Red+Green+Blue) = 194+65+178=437 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.39% from 437); Green value is 65 (25.78% from 255 or 14.87% from 437); Blue value is 178 (69.92% from 255 or 40.73% from 437); Max value from RGB is 194 - color contains mainly: red. Hex color #C241B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C241B2 is #3DBE4D. Grayscale: #747474. Windows color (decimal): -4046414 or 11682242. OLE color: 11682242.

HSL color Cylindrical-coordinate representation of color #C241B2: hue angle of 307.44º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C241B2 is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 65 178 -
CMYK 0 0.66 0.08 0.24
HSL 307.44º 0.51% 0.51% -
HSV(B) 307.44º 0.66% 0.76% -
XYZ 32.17 18.46 43.99 -
YUV 116.45 162.74 183.31 -
System Red Green Blue C M Y K H S L
Decimal 194 65 178 0 0.66 0.08 0.24 307.44 0.51 0.51
Hex C2 41 B2 0 42 8 18 133 33 33
Octal 302 101 262 0 102 10 30 463 63 63
Binary 11000010 1000001 10110010 0 1000010 1000 11000 100110011 110011 110011

Color Harmonies of #C241B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C241B2

Black with #C241B2

Text Example


Text Example

White with #C241B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C241B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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