Html Css Color HEX #C241B8 Fuchsia

📋 copy color: '#C241B8'

red 194 ◦ green 65 ◦ blue 184

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

Shades of Fuchsia #C241B8

Tints of Fuchsia #C241B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 41.53%

R = 43.79%
G = 14.67%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C241B8 (or 0xC241B8) is known color: Fuchsia. HEX triplet: C2, 41 and B8. RGB value is (194,65,184). Sum of RGB (Red+Green+Blue) = 194+65+184=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 65 (25.78% from 255 or 14.67% from 443); Blue value is 184 (72.27% from 255 or 41.53% from 443); Max value from RGB is 194 - color contains mainly: red. Hex color #C241B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C241B8 is #3DBE47. Grayscale: #747474. Windows color (decimal): -4046408 or 12075458. OLE color: 12075458.

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

Color convert

RGB 194 65 184 -
CMYK 0 0.66 0.05 0.24
HSL 304.65º 0.51% 0.51% -
HSV(B) 304.65º 0.66% 0.76% -
XYZ 32.79 18.71 47.23 -
YUV 117.14 165.74 182.82 -
System Red Green Blue C M Y K H S L
Decimal 194 65 184 0 0.66 0.05 0.24 304.65 0.51 0.51
Hex C2 41 B8 0 42 5 18 131 33 33
Octal 302 101 270 0 102 5 30 461 63 63
Binary 11000010 1000001 10111000 0 1000010 101 11000 100110001 110011 110011

Color Harmonies of #C241B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C241B8

Black with #C241B8

Text Example


Text Example

White with #C241B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C241B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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