Html Css Color HEX #C741BC Fuchsia

📋 copy color: '#C741BC'

red 199 ◦ green 65 ◦ blue 188

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

Shades of Fuchsia #C741BC

Tints of Fuchsia #C741BC

RGB

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

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

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

R = 44.03%
G = 14.38%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C741BC (or 0xC741BC) is known color: Fuchsia. HEX triplet: C7, 41 and BC. RGB value is (199,65,188). Sum of RGB (Red+Green+Blue) = 199+65+188=452 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.03% from 452); Green value is 65 (25.78% from 255 or 14.38% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 199 - color contains mainly: red. Hex color #C741BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C741BC is #38BE43. Grayscale: #767676. Windows color (decimal): -3718724 or 12337607. OLE color: 12337607.

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

Color convert

RGB 199 65 188 -
CMYK 0 0.67 0.06 0.22
HSL 304.93º 0.54% 0.52% -
HSV(B) 304.93º 0.67% 0.78% -
XYZ 34.52 19.55 49.53 -
YUV 119.09 166.89 185 -
System Red Green Blue C M Y K H S L
Decimal 199 65 188 0 0.67 0.06 0.22 304.93 0.54 0.52
Hex C7 41 BC 0 43 6 16 131 36 34
Octal 307 101 274 0 103 6 26 461 66 64
Binary 11000111 1000001 10111100 0 1000011 110 10110 100110001 110110 110100

Color Harmonies of #C741BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C741BC

Black with #C741BC

Text Example


Text Example

White with #C741BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C741BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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