Html Css Color HEX #C241BD Fuchsia

📋 copy color: '#C241BD'

red 194 ◦ green 65 ◦ blue 189

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

Shades of Fuchsia #C241BD

Tints of Fuchsia #C241BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42.19%

R = 43.3%
G = 14.51%
B = 42.19%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C241BD (or 0xC241BD) is known color: Fuchsia. HEX triplet: C2, 41 and BD. RGB value is (194,65,189). Sum of RGB (Red+Green+Blue) = 194+65+189=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 65 (25.78% from 255 or 14.51% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 194 - color contains mainly: red. Hex color #C241BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C241BD is #3DBE42. Grayscale: #757575. Windows color (decimal): -4046403 or 12403138. OLE color: 12403138.

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

Color convert

RGB 194 65 189 -
CMYK 0 0.66 0.03 0.24
HSL 302.33º 0.51% 0.51% -
HSV(B) 302.33º 0.66% 0.76% -
XYZ 33.32 18.92 50.04 -
YUV 117.71 168.24 182.42 -
System Red Green Blue C M Y K H S L
Decimal 194 65 189 0 0.66 0.03 0.24 302.33 0.51 0.51
Hex C2 41 BD 0 42 3 18 12E 33 33
Octal 302 101 275 0 102 3 30 456 63 63
Binary 11000010 1000001 10111101 0 1000010 11 11000 100101110 110011 110011

Color Harmonies of #C241BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C241BD

Black with #C241BD

Text Example


Text Example

White with #C241BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C241BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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