Html Css Color HEX #C74FBE Fuchsia

📋 copy color: '#C74FBE'

red 199 ◦ green 79 ◦ blue 190

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

Shades of Fuchsia #C74FBE

Tints of Fuchsia #C74FBE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.88%

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

R = 42.52%
G = 16.88%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C74FBE (or 0xC74FBE) is known color: Fuchsia. HEX triplet: C7, 4F and BE. RGB value is (199,79,190). Sum of RGB (Red+Green+Blue) = 199+79+190=468 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.52% from 468); Green value is 79 (31.25% from 255 or 16.88% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 199 - color contains mainly: red. Hex color #C74FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C74FBE is #38B041. Grayscale: #7F7F7F. Windows color (decimal): -3715138 or 12472263. OLE color: 12472263.

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

Color convert

RGB 199 79 190 -
CMYK 0 0.60 0.05 0.22
HSL 304.5º 0.52% 0.55% -
HSV(B) 304.5º 0.6% 0.78% -
XYZ 35.64 21.45 50.98 -
YUV 127.53 163.26 178.97 -
System Red Green Blue C M Y K H S L
Decimal 199 79 190 0 0.60 0.05 0.22 304.5 0.52 0.55
Hex C7 4F BE 0 3C 5 16 130 34 37
Octal 307 117 276 0 74 5 26 460 64 67
Binary 11000111 1001111 10111110 0 111100 101 10110 100110000 110100 110111

Color Harmonies of #C74FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74FBE

Black with #C74FBE

Text Example


Text Example

White with #C74FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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