Html Css Color HEX #CB36B8 Fuchsia

📋 copy color: '#CB36B8'

red 203 ◦ green 54 ◦ blue 184

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

Shades of Fuchsia #CB36B8

Tints of Fuchsia #CB36B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 41.72%

R = 46.03%
G = 12.24%
B = 41.72%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#CB36B8 (or 0xCB36B8) is known color: Fuchsia. HEX triplet: CB, 36 and B8. RGB value is (203,54,184). Sum of RGB (Red+Green+Blue) = 203+54+184=441 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.03% from 441); Green value is 54 (21.48% from 255 or 12.24% from 441); Blue value is 184 (72.27% from 255 or 41.72% from 441); Max value from RGB is 203 - color contains mainly: red. Hex color #CB36B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB36B8 is #34C947. Grayscale: #707070. Windows color (decimal): -3459400 or 12072651. OLE color: 12072651.

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

Color convert

RGB 203 54 184 -
CMYK 0 0.73 0.09 0.20
HSL 307.65º 0.59% 0.5% -
HSV(B) 307.65º 0.73% 0.8% -
XYZ 34.6 18.8 47.15 -
YUV 113.37 167.86 191.93 -
System Red Green Blue C M Y K H S L
Decimal 203 54 184 0 0.73 0.09 0.20 307.65 0.59 0.5
Hex CB 36 B8 0 49 9 14 134 3B 32
Octal 313 66 270 0 111 11 24 464 73 62
Binary 11001011 110110 10111000 0 1001001 1001 10100 100110100 111011 110010

Color Harmonies of #CB36B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB36B8

Black with #CB36B8

Text Example


Text Example

White with #CB36B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB36B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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