Html Css Color HEX #CB49C9 Fuchsia

📋 copy color: '#CB49C9'

red 203 ◦ green 73 ◦ blue 201

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

Shades of Fuchsia #CB49C9

Tints of Fuchsia #CB49C9

RGB

 RED value IS 203 (79.69% from 255) = 42.56%

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

 BLUE value IS 201 (78.91% from 255) = 42.14%

R = 42.56%
G = 15.3%
B = 42.14%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#CB49C9 (or 0xCB49C9) is known color: Fuchsia. HEX triplet: CB, 49 and C9. RGB value is (203,73,201). Sum of RGB (Red+Green+Blue) = 203+73+201=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 73 (28.91% from 255 or 15.30% from 477); Blue value is 201 (78.91% from 255 or 42.14% from 477); Max value from RGB is 203 - color contains mainly: red. Hex color #CB49C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB49C9 is #34B636. Grayscale: #7E7E7E. Windows color (decimal): -3454519 or 13191627. OLE color: 13191627.

HSL color Cylindrical-coordinate representation of color #CB49C9: hue angle of 300.92º 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 #CB49C9 is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 73 201 -
CMYK 0 0.64 0.01 0.20
HSL 300.92º 0.56% 0.54% -
HSV(B) 300.92º 0.64% 0.8% -
XYZ 37.55 21.68 57.46 -
YUV 126.46 170.07 182.59 -
System Red Green Blue C M Y K H S L
Decimal 203 73 201 0 0.64 0.01 0.20 300.92 0.56 0.54
Hex CB 49 C9 0 40 1 14 12D 38 36
Octal 313 111 311 0 100 1 24 455 70 66
Binary 11001011 1001001 11001001 0 1000000 1 10100 100101101 111000 110110

Color Harmonies of #CB49C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB49C9

Black with #CB49C9

Text Example


Text Example

White with #CB49C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB49C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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