Html Css Color HEX #CB44AD Fuchsia

📋 copy color: '#CB44AD'

red 203 ◦ green 68 ◦ blue 173

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

Shades of Fuchsia #CB44AD

Tints of Fuchsia #CB44AD

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.32%

 BLUE value IS 173 (67.97% from 255) = 38.96%

R = 45.72%
G = 15.32%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#CB44AD (or 0xCB44AD) is known color: Fuchsia. HEX triplet: CB, 44 and AD. RGB value is (203,68,173). Sum of RGB (Red+Green+Blue) = 203+68+173=444 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.72% from 444); Green value is 68 (26.95% from 255 or 15.32% from 444); Blue value is 173 (67.97% from 255 or 38.96% from 444); Max value from RGB is 203 - color contains mainly: red. Hex color #CB44AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB44AD is #34BB52. Grayscale: #787878. Windows color (decimal): -3455827 or 11355339. OLE color: 11355339.

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

Color convert

RGB 203 68 173 -
CMYK 0 0.67 0.15 0.20
HSL 313.33º 0.56% 0.53% -
HSV(B) 313.33º 0.67% 0.8% -
XYZ 34.24 19.85 41.56 -
YUV 120.34 157.73 186.96 -
System Red Green Blue C M Y K H S L
Decimal 203 68 173 0 0.67 0.15 0.20 313.33 0.56 0.53
Hex CB 44 AD 0 43 F 14 139 38 35
Octal 313 104 255 0 103 17 24 471 70 65
Binary 11001011 1000100 10101101 0 1000011 1111 10100 100111001 111000 110101

Color Harmonies of #CB44AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB44AD

Black with #CB44AD

Text Example


Text Example

White with #CB44AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB44AD; }

 p { color: rgb(203,68,173); }

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

background-color css

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

 a { background-color: rgb(203,68,173); }

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

border-color css

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

 span { border-color: rgb(203,68,173); }

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