Html Css Color HEX #C04FCA Fuchsia

📋 copy color: '#C04FCA'

red 192 ◦ green 79 ◦ blue 202

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

Shades of Fuchsia #C04FCA

Tints of Fuchsia #C04FCA

RGB

 RED value IS 192 (75.39% from 255) = 40.59%

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

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

R = 40.59%
G = 16.7%
B = 42.71%

CMYK

 C value IS 0.05

 M value IS 0.61

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C04FCA (or 0xC04FCA) is known color: Fuchsia. HEX triplet: C0, 4F and CA. RGB value is (192,79,202). Sum of RGB (Red+Green+Blue) = 192+79+202=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 79 (31.25% from 255 or 16.70% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 202 - color contains mainly: blue. Hex color #C04FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04FCA is #3FB035. Grayscale: #7E7E7E. Windows color (decimal): -4173878 or 13258688. OLE color: 13258688.

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

Color convert

RGB 192 79 202 -
CMYK 0.05 0.61 0 0.21
HSL 295.12º 0.54% 0.55% -
HSV(B) 295.12º 0.61% 0.79% -
XYZ 35.19 21.06 58.09 -
YUV 126.81 170.44 174.5 -
System Red Green Blue C M Y K H S L
Decimal 192 79 202 0.05 0.61 0 0.21 295.12 0.54 0.55
Hex C0 4F CA 5 3D 0 15 127 36 37
Octal 300 117 312 5 75 0 25 447 66 67
Binary 11000000 1001111 11001010 101 111101 0 10101 100100111 110110 110111

Color Harmonies of #C04FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04FCA

Black with #C04FCA

Text Example


Text Example

White with #C04FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04FCA; }

 p { color: rgb(192,79,202); }

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

background-color css

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

 a { background-color: rgb(192,79,202); }

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

border-color css

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

 span { border-color: rgb(192,79,202); }

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