Html Css Color HEX #CB60AD Fuchsia

📋 copy color: '#CB60AD'

red 203 ◦ green 96 ◦ blue 173

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

Shades of Fuchsia #CB60AD

Tints of Fuchsia #CB60AD

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.34%

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

R = 43.01%
G = 20.34%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#CB60AD (or 0xCB60AD) is known color: Fuchsia. HEX triplet: CB, 60 and AD. RGB value is (203,96,173). Sum of RGB (Red+Green+Blue) = 203+96+173=472 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.01% from 472); Green value is 96 (37.89% from 255 or 20.34% from 472); Blue value is 173 (67.97% from 255 or 36.65% from 472); Max value from RGB is 203 - color contains mainly: red. Hex color #CB60AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB60AD is #349F52. Grayscale: #888888. Windows color (decimal): -3448659 or 11362507. OLE color: 11362507.

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

Color convert

RGB 203 96 173 -
CMYK 0 0.53 0.15 0.20
HSL 316.82º 0.51% 0.59% -
HSV(B) 316.82º 0.53% 0.8% -
XYZ 36.35 24.08 42.27 -
YUV 136.77 148.45 175.24 -
System Red Green Blue C M Y K H S L
Decimal 203 96 173 0 0.53 0.15 0.20 316.82 0.51 0.59
Hex CB 60 AD 0 35 F 14 13D 33 3B
Octal 313 140 255 0 65 17 24 475 63 73
Binary 11001011 1100000 10101101 0 110101 1111 10100 100111101 110011 111011

Color Harmonies of #CB60AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB60AD

Black with #CB60AD

Text Example


Text Example

White with #CB60AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB60AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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