Html Css Color HEX #CB37B1 Fuchsia

📋 copy color: '#CB37B1'

red 203 ◦ green 55 ◦ blue 177

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

Shades of Fuchsia #CB37B1

Tints of Fuchsia #CB37B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 40.69%

R = 46.67%
G = 12.64%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#CB37B1 (or 0xCB37B1) is known color: Fuchsia. HEX triplet: CB, 37 and B1. RGB value is (203,55,177). Sum of RGB (Red+Green+Blue) = 203+55+177=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 55 (21.88% from 255 or 12.64% from 435); Blue value is 177 (69.53% from 255 or 40.69% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CB37B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB37B1 is #34C84E. Grayscale: #707070. Windows color (decimal): -3459151 or 11614155. OLE color: 11614155.

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

Color convert

RGB 203 55 177 -
CMYK 0 0.73 0.13 0.20
HSL 310.54º 0.59% 0.51% -
HSV(B) 310.54º 0.73% 0.8% -
XYZ 33.93 18.6 43.4 -
YUV 113.16 164.03 192.08 -
System Red Green Blue C M Y K H S L
Decimal 203 55 177 0 0.73 0.13 0.20 310.54 0.59 0.51
Hex CB 37 B1 0 49 D 14 137 3B 33
Octal 313 67 261 0 111 15 24 467 73 63
Binary 11001011 110111 10110001 0 1001001 1101 10100 100110111 111011 110011

Color Harmonies of #CB37B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB37B1

Black with #CB37B1

Text Example


Text Example

White with #CB37B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB37B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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