Html Css Color HEX #C050CA Fuchsia

📋 copy color: '#C050CA'

red 192 ◦ green 80 ◦ blue 202

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

Shades of Fuchsia #C050CA

Tints of Fuchsia #C050CA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.88%

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

R = 40.51%
G = 16.88%
B = 42.62%

CMYK

 C value IS 0.05

 M value IS 0.60

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C050CA (or 0xC050CA) is known color: Fuchsia. HEX triplet: C0, 50 and CA. RGB value is (192,80,202). Sum of RGB (Red+Green+Blue) = 192+80+202=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 80 (31.64% from 255 or 16.88% from 474); Blue value is 202 (79.30% from 255 or 42.62% from 474); Max value from RGB is 202 - color contains mainly: blue. Hex color #C050CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C050CA is #3FAF35. Grayscale: #7F7F7F. Windows color (decimal): -4173622 or 13258944. OLE color: 13258944.

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

Color convert

RGB 192 80 202 -
CMYK 0.05 0.60 0 0.21
HSL 295.08º 0.54% 0.55% -
HSV(B) 295.08º 0.6% 0.79% -
XYZ 35.27 21.21 58.11 -
YUV 127.4 170.11 174.08 -
System Red Green Blue C M Y K H S L
Decimal 192 80 202 0.05 0.60 0 0.21 295.08 0.54 0.55
Hex C0 50 CA 5 3C 0 15 127 36 37
Octal 300 120 312 5 74 0 25 447 66 67
Binary 11000000 1010000 11001010 101 111100 0 10101 100100111 110110 110111

Color Harmonies of #C050CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C050CA

Black with #C050CA

Text Example


Text Example

White with #C050CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C050CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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