Html Css Color HEX #C74ECB Fuchsia

📋 copy color: '#C74ECB'

red 199 ◦ green 78 ◦ blue 203

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

Shades of Fuchsia #C74ECB

Tints of Fuchsia #C74ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.29%

R = 41.46%
G = 16.25%
B = 42.29%

CMYK

 C value IS 0.02

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C74ECB (or 0xC74ECB) is known color: Fuchsia. HEX triplet: C7, 4E and CB. RGB value is (199,78,203). Sum of RGB (Red+Green+Blue) = 199+78+203=480 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.46% from 480); Green value is 78 (30.86% from 255 or 16.25% from 480); Blue value is 203 (79.69% from 255 or 42.29% from 480); Max value from RGB is 203 - color contains mainly: blue. Hex color #C74ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C74ECB is #38B134. Grayscale: #808080. Windows color (decimal): -3715381 or 13323975. OLE color: 13323975.

HSL color Cylindrical-coordinate representation of color #C74ECB: hue angle of 298.08º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C74ECB is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 199 78 203 -
CMYK 0.02 0.62 0 0.20
HSL 298.08º 0.55% 0.55% -
HSV(B) 298.08º 0.62% 0.8% -
XYZ 37.06 21.9 58.77 -
YUV 128.43 170.09 178.34 -
System Red Green Blue C M Y K H S L
Decimal 199 78 203 0.02 0.62 0 0.20 298.08 0.55 0.55
Hex C7 4E CB 2 3E 0 14 12A 37 37
Octal 307 116 313 2 76 0 24 452 67 67
Binary 11000111 1001110 11001011 10 111110 0 10100 100101010 110111 110111

Color Harmonies of #C74ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74ECB

Black with #C74ECB

Text Example


Text Example

White with #C74ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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