Html Css Color HEX #C241B7 Fuchsia

📋 copy color: '#C241B7'

red 194 ◦ green 65 ◦ blue 183

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

Shades of Fuchsia #C241B7

Tints of Fuchsia #C241B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 41.4%

R = 43.89%
G = 14.71%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#C241B7 (or 0xC241B7) is known color: Fuchsia. HEX triplet: C2, 41 and B7. RGB value is (194,65,183). Sum of RGB (Red+Green+Blue) = 194+65+183=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 65 (25.78% from 255 or 14.71% from 442); Blue value is 183 (71.88% from 255 or 41.40% from 442); Max value from RGB is 194 - color contains mainly: red. Hex color #C241B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C241B7 is #3DBE48. Grayscale: #747474. Windows color (decimal): -4046409 or 12009922. OLE color: 12009922.

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

Color convert

RGB 194 65 183 -
CMYK 0 0.66 0.06 0.24
HSL 305.12º 0.51% 0.51% -
HSV(B) 305.12º 0.66% 0.76% -
XYZ 32.69 18.67 46.68 -
YUV 117.02 165.24 182.91 -
System Red Green Blue C M Y K H S L
Decimal 194 65 183 0 0.66 0.06 0.24 305.12 0.51 0.51
Hex C2 41 B7 0 42 6 18 131 33 33
Octal 302 101 267 0 102 6 30 461 63 63
Binary 11000010 1000001 10110111 0 1000010 110 11000 100110001 110011 110011

Color Harmonies of #C241B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C241B7

Black with #C241B7

Text Example


Text Example

White with #C241B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C241B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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