Html Css Color HEX #CB36AD Fuchsia

📋 copy color: '#CB36AD'

red 203 ◦ green 54 ◦ blue 173

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

Shades of Fuchsia #CB36AD

Tints of Fuchsia #CB36AD

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.56%

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

R = 47.21%
G = 12.56%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#CB36AD (or 0xCB36AD) is known color: Fuchsia. HEX triplet: CB, 36 and AD. RGB value is (203,54,173). Sum of RGB (Red+Green+Blue) = 203+54+173=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 54 (21.48% from 255 or 12.56% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CB36AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB36AD is #34C952. Grayscale: #6F6F6F. Windows color (decimal): -3459411 or 11351755. OLE color: 11351755.

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

Color convert

RGB 203 54 173 -
CMYK 0 0.73 0.15 0.20
HSL 312.08º 0.59% 0.5% -
HSV(B) 312.08º 0.73% 0.8% -
XYZ 33.49 18.35 41.31 -
YUV 112.12 162.36 192.82 -
System Red Green Blue C M Y K H S L
Decimal 203 54 173 0 0.73 0.15 0.20 312.08 0.59 0.5
Hex CB 36 AD 0 49 F 14 138 3B 32
Octal 313 66 255 0 111 17 24 470 73 62
Binary 11001011 110110 10101101 0 1001001 1111 10100 100111000 111011 110010

Color Harmonies of #CB36AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB36AD

Black with #CB36AD

Text Example


Text Example

White with #CB36AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB36AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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