Html Css Color HEX #C741B5 Fuchsia

📋 copy color: '#C741B5'

red 199 ◦ green 65 ◦ blue 181

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

Shades of Fuchsia #C741B5

Tints of Fuchsia #C741B5

RGB

 RED value IS 199 (78.13% from 255) = 44.72%

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

 BLUE value IS 181 (71.09% from 255) = 40.67%

R = 44.72%
G = 14.61%
B = 40.67%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#C741B5 (or 0xC741B5) is known color: Fuchsia. HEX triplet: C7, 41 and B5. RGB value is (199,65,181). Sum of RGB (Red+Green+Blue) = 199+65+181=445 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.72% from 445); Green value is 65 (25.78% from 255 or 14.61% from 445); Blue value is 181 (71.09% from 255 or 40.67% from 445); Max value from RGB is 199 - color contains mainly: red. Hex color #C741B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C741B5 is #38BE4A. Grayscale: #757575. Windows color (decimal): -3718731 or 11878855. OLE color: 11878855.

HSL color Cylindrical-coordinate representation of color #C741B5: hue angle of 308.06º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C741B5 is Cyan = 0, Magento = 0.67, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 65 181 -
CMYK 0 0.67 0.09 0.22
HSL 308.06º 0.54% 0.52% -
HSV(B) 308.06º 0.67% 0.78% -
XYZ 33.78 19.26 45.65 -
YUV 118.29 163.39 185.57 -
System Red Green Blue C M Y K H S L
Decimal 199 65 181 0 0.67 0.09 0.22 308.06 0.54 0.52
Hex C7 41 B5 0 43 9 16 134 36 34
Octal 307 101 265 0 103 11 26 464 66 64
Binary 11000111 1000001 10110101 0 1000011 1001 10110 100110100 110110 110100

Color Harmonies of #C741B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C741B5

Black with #C741B5

Text Example


Text Example

White with #C741B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C741B5; }

 p { color: rgb(199,65,181); }

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

background-color css

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

 a { background-color: rgb(199,65,181); }

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

border-color css

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

 span { border-color: rgb(199,65,181); }

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