Html Css Color HEX #C74CCA Fuchsia

📋 copy color: '#C74CCA'

red 199 ◦ green 76 ◦ blue 202

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

Shades of Fuchsia #C74CCA

Tints of Fuchsia #C74CCA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.93%

 BLUE value IS 202 (79.3% from 255) = 42.35%

R = 41.72%
G = 15.93%
B = 42.35%

CMYK

 C value IS 0.01

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C74CCA (or 0xC74CCA) is known color: Fuchsia. HEX triplet: C7, 4C and CA. RGB value is (199,76,202). Sum of RGB (Red+Green+Blue) = 199+76+202=477 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.72% from 477); Green value is 76 (30.08% from 255 or 15.93% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 202 - color contains mainly: blue. Hex color #C74CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C74CCA is #38B335. Grayscale: #7E7E7E. Windows color (decimal): -3715894 or 13257927. OLE color: 13257927.

HSL color Cylindrical-coordinate representation of color #C74CCA: hue angle of 298.57º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C74CCA is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 199 76 202 -
CMYK 0.01 0.62 0 0.21
HSL 298.57º 0.54% 0.55% -
HSV(B) 298.57º 0.62% 0.79% -
XYZ 36.8 21.58 58.1 -
YUV 127.14 170.25 179.25 -
System Red Green Blue C M Y K H S L
Decimal 199 76 202 0.01 0.62 0 0.21 298.57 0.54 0.55
Hex C7 4C CA 1 3E 0 15 12B 36 37
Octal 307 114 312 1 76 0 25 453 66 67
Binary 11000111 1001100 11001010 1 111110 0 10101 100101011 110110 110111

Color Harmonies of #C74CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74CCA

Black with #C74CCA

Text Example


Text Example

White with #C74CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74CCA; }

 p { color: rgb(199,76,202); }

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

background-color css

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

 a { background-color: rgb(199,76,202); }

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

border-color css

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

 span { border-color: rgb(199,76,202); }

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