Html Css Color HEX #C150CA Fuchsia

📋 copy color: '#C150CA'

red 193 ◦ green 80 ◦ blue 202

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

Shades of Fuchsia #C150CA

Tints of Fuchsia #C150CA

RGB

 RED value IS 193 (75.78% from 255) = 40.63%

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

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

R = 40.63%
G = 16.84%
B = 42.53%

CMYK

 C value IS 0.04

 M value IS 0.60

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C150CA (or 0xC150CA) is known color: Fuchsia. HEX triplet: C1, 50 and CA. RGB value is (193,80,202). Sum of RGB (Red+Green+Blue) = 193+80+202=475 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.63% from 475); Green value is 80 (31.64% from 255 or 16.84% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 202 - color contains mainly: blue. Hex color #C150CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C150CA is #3EAF35. Grayscale: #7F7F7F. Windows color (decimal): -4108086 or 13258945. OLE color: 13258945.

HSL color Cylindrical-coordinate representation of color #C150CA: hue angle of 295.57º 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 #C150CA is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 193 80 202 -
CMYK 0.04 0.60 0 0.21
HSL 295.57º 0.54% 0.55% -
HSV(B) 295.57º 0.6% 0.79% -
XYZ 35.52 21.34 58.12 -
YUV 127.7 169.94 174.58 -
System Red Green Blue C M Y K H S L
Decimal 193 80 202 0.04 0.60 0 0.21 295.57 0.54 0.55
Hex C1 50 CA 4 3C 0 15 128 36 37
Octal 301 120 312 4 74 0 25 450 66 67
Binary 11000001 1010000 11001010 100 111100 0 10101 100101000 110110 110111

Color Harmonies of #C150CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C150CA

Black with #C150CA

Text Example


Text Example

White with #C150CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C150CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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