Html Css Color HEX #C74DBE Fuchsia

📋 copy color: '#C74DBE'

red 199 ◦ green 77 ◦ blue 190

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

Shades of Fuchsia #C74DBE

Tints of Fuchsia #C74DBE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.52%

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

R = 42.7%
G = 16.52%
B = 40.77%

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

#C74DBE (or 0xC74DBE) is known color: Fuchsia. HEX triplet: C7, 4D and BE. RGB value is (199,77,190). Sum of RGB (Red+Green+Blue) = 199+77+190=466 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.70% from 466); Green value is 77 (30.47% from 255 or 16.52% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 199 - color contains mainly: red. Hex color #C74DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C74DBE is #38B241. Grayscale: #7E7E7E. Windows color (decimal): -3715650 or 12471751. OLE color: 12471751.

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

Color convert

RGB 199 77 190 -
CMYK 0 0.61 0.05 0.22
HSL 304.43º 0.52% 0.54% -
HSV(B) 304.43º 0.61% 0.78% -
XYZ 35.5 21.17 50.93 -
YUV 126.36 163.92 179.81 -
System Red Green Blue C M Y K H S L
Decimal 199 77 190 0 0.61 0.05 0.22 304.43 0.52 0.54
Hex C7 4D BE 0 3D 5 16 130 34 36
Octal 307 115 276 0 75 5 26 460 64 66
Binary 11000111 1001101 10111110 0 111101 101 10110 100110000 110100 110110

Color Harmonies of #C74DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74DBE

Black with #C74DBE

Text Example


Text Example

White with #C74DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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