Html Css Color HEX #C241BA Fuchsia

📋 copy color: '#C241BA'

red 194 ◦ green 65 ◦ blue 186

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

Shades of Fuchsia #C241BA

Tints of Fuchsia #C241BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.8%

R = 43.6%
G = 14.61%
B = 41.8%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C241BA (or 0xC241BA) is known color: Fuchsia. HEX triplet: C2, 41 and BA. RGB value is (194,65,186). Sum of RGB (Red+Green+Blue) = 194+65+186=445 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.60% from 445); Green value is 65 (25.78% from 255 or 14.61% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 194 - color contains mainly: red. Hex color #C241BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C241BA is #3DBE45. Grayscale: #757575. Windows color (decimal): -4046406 or 12206530. OLE color: 12206530.

HSL color Cylindrical-coordinate representation of color #C241BA: hue angle of 303.72º 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 #C241BA is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 65 186 -
CMYK 0 0.66 0.04 0.24
HSL 303.72º 0.51% 0.51% -
HSV(B) 303.72º 0.66% 0.76% -
XYZ 33 18.8 48.34 -
YUV 117.37 166.74 182.66 -
System Red Green Blue C M Y K H S L
Decimal 194 65 186 0 0.66 0.04 0.24 303.72 0.51 0.51
Hex C2 41 BA 0 42 4 18 130 33 33
Octal 302 101 272 0 102 4 30 460 63 63
Binary 11000010 1000001 10111010 0 1000010 100 11000 100110000 110011 110011

Color Harmonies of #C241BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C241BA

Black with #C241BA

Text Example


Text Example

White with #C241BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C241BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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