Html Css Color HEX #CB37AB Fuchsia

📋 copy color: '#CB37AB'

red 203 ◦ green 55 ◦ blue 171

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

Shades of Fuchsia #CB37AB

Tints of Fuchsia #CB37AB

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.82%

 BLUE value IS 171 (67.19% from 255) = 39.86%

R = 47.32%
G = 12.82%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#CB37AB (or 0xCB37AB) is known color: Fuchsia. HEX triplet: CB, 37 and AB. RGB value is (203,55,171). Sum of RGB (Red+Green+Blue) = 203+55+171=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 55 (21.88% from 255 or 12.82% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 203 - color contains mainly: red. Hex color #CB37AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB37AB is #34C854. Grayscale: #707070. Windows color (decimal): -3459157 or 11220939. OLE color: 11220939.

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

Color convert

RGB 203 55 171 -
CMYK 0 0.73 0.16 0.20
HSL 312.97º 0.59% 0.51% -
HSV(B) 312.97º 0.73% 0.8% -
XYZ 33.35 18.37 40.32 -
YUV 112.48 161.03 192.57 -
System Red Green Blue C M Y K H S L
Decimal 203 55 171 0 0.73 0.16 0.20 312.97 0.59 0.51
Hex CB 37 AB 0 49 10 14 139 3B 33
Octal 313 67 253 0 111 20 24 471 73 63
Binary 11001011 110111 10101011 0 1001001 10000 10100 100111001 111011 110011

Color Harmonies of #CB37AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB37AB

Black with #CB37AB

Text Example


Text Example

White with #CB37AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB37AB; }

 p { color: rgb(203,55,171); }

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

background-color css

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

 a { background-color: rgb(203,55,171); }

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

border-color css

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

 span { border-color: rgb(203,55,171); }

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