Html Css Color HEX #C149CB Fuchsia

📋 copy color: '#C149CB'

red 193 ◦ green 73 ◦ blue 203

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

Shades of Fuchsia #C149CB

Tints of Fuchsia #C149CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.28%

R = 41.15%
G = 15.57%
B = 43.28%

CMYK

 C value IS 0.05

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C149CB (or 0xC149CB) is known color: Fuchsia. HEX triplet: C1, 49 and CB. RGB value is (193,73,203). Sum of RGB (Red+Green+Blue) = 193+73+203=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 73 (28.91% from 255 or 15.57% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 203 - color contains mainly: blue. Hex color #C149CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C149CB is #3EB634. Grayscale: #7B7B7B. Windows color (decimal): -4109877 or 13322689. OLE color: 13322689.

HSL color Cylindrical-coordinate representation of color #C149CB: hue angle of 295.38º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C149CB is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 73 203 -
CMYK 0.05 0.64 0 0.20
HSL 295.38º 0.56% 0.54% -
HSV(B) 295.38º 0.64% 0.8% -
XYZ 35.15 20.41 58.59 -
YUV 123.7 172.76 177.43 -
System Red Green Blue C M Y K H S L
Decimal 193 73 203 0.05 0.64 0 0.20 295.38 0.56 0.54
Hex C1 49 CB 5 40 0 14 127 38 36
Octal 301 111 313 5 100 0 24 447 70 66
Binary 11000001 1001001 11001011 101 1000000 0 10100 100100111 111000 110110

Color Harmonies of #C149CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C149CB

Black with #C149CB

Text Example


Text Example

White with #C149CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C149CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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