Html Css Color HEX #C74EBE Fuchsia

📋 copy color: '#C74EBE'

red 199 ◦ green 78 ◦ blue 190

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

Shades of Fuchsia #C74EBE

Tints of Fuchsia #C74EBE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.7%

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

R = 42.61%
G = 16.7%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C74EBE (or 0xC74EBE) is known color: Fuchsia. HEX triplet: C7, 4E and BE. RGB value is (199,78,190). Sum of RGB (Red+Green+Blue) = 199+78+190=467 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.61% from 467); Green value is 78 (30.86% from 255 or 16.70% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 199 - color contains mainly: red. Hex color #C74EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C74EBE is #38B141. Grayscale: #7E7E7E. Windows color (decimal): -3715394 or 12472007. OLE color: 12472007.

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

Color convert

RGB 199 78 190 -
CMYK 0 0.61 0.05 0.22
HSL 304.46º 0.52% 0.54% -
HSV(B) 304.46º 0.61% 0.78% -
XYZ 35.57 21.31 50.95 -
YUV 126.95 163.59 179.39 -
System Red Green Blue C M Y K H S L
Decimal 199 78 190 0 0.61 0.05 0.22 304.46 0.52 0.54
Hex C7 4E BE 0 3D 5 16 130 34 36
Octal 307 116 276 0 75 5 26 460 64 66
Binary 11000111 1001110 10111110 0 111101 101 10110 100110000 110100 110110

Color Harmonies of #C74EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74EBE

Black with #C74EBE

Text Example


Text Example

White with #C74EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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