Html Css Color HEX #C241BC Fuchsia

📋 copy color: '#C241BC'

red 194 ◦ green 65 ◦ blue 188

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

Shades of Fuchsia #C241BC

Tints of Fuchsia #C241BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.06%

R = 43.4%
G = 14.54%
B = 42.06%

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

#C241BC (or 0xC241BC) is known color: Fuchsia. HEX triplet: C2, 41 and BC. RGB value is (194,65,188). Sum of RGB (Red+Green+Blue) = 194+65+188=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 65 (25.78% from 255 or 14.54% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 194 - color contains mainly: red. Hex color #C241BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C241BC is #3DBE43. Grayscale: #757575. Windows color (decimal): -4046404 or 12337602. OLE color: 12337602.

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

Color convert

RGB 194 65 188 -
CMYK 0 0.66 0.03 0.24
HSL 302.79º 0.51% 0.51% -
HSV(B) 302.79º 0.66% 0.76% -
XYZ 33.22 18.88 49.47 -
YUV 117.59 167.74 182.5 -
System Red Green Blue C M Y K H S L
Decimal 194 65 188 0 0.66 0.03 0.24 302.79 0.51 0.51
Hex C2 41 BC 0 42 3 18 12F 33 33
Octal 302 101 274 0 102 3 30 457 63 63
Binary 11000010 1000001 10111100 0 1000010 11 11000 100101111 110011 110011

Color Harmonies of #C241BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C241BC

Black with #C241BC

Text Example


Text Example

White with #C241BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C241BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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