Html Css Color HEX #C74FCB Fuchsia

📋 copy color: '#C74FCB'

red 199 ◦ green 79 ◦ blue 203

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

Shades of Fuchsia #C74FCB

Tints of Fuchsia #C74FCB

RGB

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

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

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

R = 41.37%
G = 16.42%
B = 42.2%

CMYK

 C value IS 0.02

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C74FCB (or 0xC74FCB) is known color: Fuchsia. HEX triplet: C7, 4F and CB. RGB value is (199,79,203). Sum of RGB (Red+Green+Blue) = 199+79+203=481 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.37% from 481); Green value is 79 (31.25% from 255 or 16.42% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 203 - color contains mainly: blue. Hex color #C74FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C74FCB is #38B034. Grayscale: #808080. Windows color (decimal): -3715125 or 13324231. OLE color: 13324231.

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

Color convert

RGB 199 79 203 -
CMYK 0.02 0.61 0 0.20
HSL 298.06º 0.54% 0.55% -
HSV(B) 298.06º 0.61% 0.8% -
XYZ 37.13 22.05 58.8 -
YUV 129.02 169.76 177.92 -
System Red Green Blue C M Y K H S L
Decimal 199 79 203 0.02 0.61 0 0.20 298.06 0.54 0.55
Hex C7 4F CB 2 3D 0 14 12A 36 37
Octal 307 117 313 2 75 0 24 452 66 67
Binary 11000111 1001111 11001011 10 111101 0 10100 100101010 110110 110111

Color Harmonies of #C74FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74FCB

Black with #C74FCB

Text Example


Text Example

White with #C74FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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