Html Css Color HEX #C74BCA Fuchsia

📋 copy color: '#C74BCA'

red 199 ◦ green 75 ◦ blue 202

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

Shades of Fuchsia #C74BCA

Tints of Fuchsia #C74BCA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.76%

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

R = 41.81%
G = 15.76%
B = 42.44%

CMYK

 C value IS 0.01

 M value IS 0.63

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C74BCA (or 0xC74BCA) is known color: Fuchsia. HEX triplet: C7, 4B and CA. RGB value is (199,75,202). Sum of RGB (Red+Green+Blue) = 199+75+202=476 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.81% from 476); Green value is 75 (29.69% from 255 or 15.76% from 476); Blue value is 202 (79.30% from 255 or 42.44% from 476); Max value from RGB is 202 - color contains mainly: blue. Hex color #C74BCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C74BCA is #38B435. Grayscale: #7E7E7E. Windows color (decimal): -3716150 or 13257671. OLE color: 13257671.

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

Color convert

RGB 199 75 202 -
CMYK 0.01 0.63 0 0.21
HSL 298.58º 0.55% 0.54% -
HSV(B) 298.58º 0.63% 0.79% -
XYZ 36.73 21.44 58.08 -
YUV 126.55 170.58 179.67 -
System Red Green Blue C M Y K H S L
Decimal 199 75 202 0.01 0.63 0 0.21 298.58 0.55 0.54
Hex C7 4B CA 1 3F 0 15 12B 37 36
Octal 307 113 312 1 77 0 25 453 67 66
Binary 11000111 1001011 11001010 1 111111 0 10101 100101011 110111 110110

Color Harmonies of #C74BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74BCA

Black with #C74BCA

Text Example


Text Example

White with #C74BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74BCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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