Html Css Color HEX #C740BE Fuchsia

📋 copy color: '#C740BE'

red 199 ◦ green 64 ◦ blue 190

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

Shades of Fuchsia #C740BE

Tints of Fuchsia #C740BE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.13%

 BLUE value IS 190 (74.61% from 255) = 41.94%

R = 43.93%
G = 14.13%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C740BE (or 0xC740BE) is known color: Fuchsia. HEX triplet: C7, 40 and BE. RGB value is (199,64,190). Sum of RGB (Red+Green+Blue) = 199+64+190=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 64 (25.39% from 255 or 14.13% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 199 - color contains mainly: red. Hex color #C740BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C740BE is #38BF41. Grayscale: #767676. Windows color (decimal): -3718978 or 12468423. OLE color: 12468423.

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

Color convert

RGB 199 64 190 -
CMYK 0 0.68 0.05 0.22
HSL 304º 0.55% 0.52% -
HSV(B) 304º 0.68% 0.78% -
XYZ 34.68 19.53 50.66 -
YUV 118.73 168.23 185.25 -
System Red Green Blue C M Y K H S L
Decimal 199 64 190 0 0.68 0.05 0.22 304 0.55 0.52
Hex C7 40 BE 0 44 5 16 130 37 34
Octal 307 100 276 0 104 5 26 460 67 64
Binary 11000111 1000000 10111110 0 1000100 101 10110 100110000 110111 110100

Color Harmonies of #C740BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C740BE

Black with #C740BE

Text Example


Text Example

White with #C740BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C740BE; }

 p { color: rgb(199,64,190); }

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

background-color css

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

 a { background-color: rgb(199,64,190); }

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

border-color css

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

 span { border-color: rgb(199,64,190); }

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