Html Css Color HEX #C149CA Fuchsia

📋 copy color: '#C149CA'

red 193 ◦ green 73 ◦ blue 202

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

Shades of Fuchsia #C149CA

Tints of Fuchsia #C149CA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.6%

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

R = 41.24%
G = 15.6%
B = 43.16%

CMYK

 C value IS 0.04

 M value IS 0.64

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C149CA (or 0xC149CA) is known color: Fuchsia. HEX triplet: C1, 49 and CA. RGB value is (193,73,202). Sum of RGB (Red+Green+Blue) = 193+73+202=468 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.24% from 468); Green value is 73 (28.91% from 255 or 15.60% from 468); Blue value is 202 (79.30% from 255 or 43.16% from 468); Max value from RGB is 202 - color contains mainly: blue. Hex color #C149CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C149CA is #3EB635. Grayscale: #7B7B7B. Windows color (decimal): -4109878 or 13257153. OLE color: 13257153.

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

Color convert

RGB 193 73 202 -
CMYK 0.04 0.64 0 0.21
HSL 295.81º 0.55% 0.54% -
HSV(B) 295.81º 0.64% 0.79% -
XYZ 35.04 20.37 57.96 -
YUV 123.59 172.26 177.51 -
System Red Green Blue C M Y K H S L
Decimal 193 73 202 0.04 0.64 0 0.21 295.81 0.55 0.54
Hex C1 49 CA 4 40 0 15 128 37 36
Octal 301 111 312 4 100 0 25 450 67 66
Binary 11000001 1001001 11001010 100 1000000 0 10101 100101000 110111 110110

Color Harmonies of #C149CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C149CA

Black with #C149CA

Text Example


Text Example

White with #C149CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C149CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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