Html Css Color HEX #CB37B0 Fuchsia

📋 copy color: '#CB37B0'

red 203 ◦ green 55 ◦ blue 176

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

Shades of Fuchsia #CB37B0

Tints of Fuchsia #CB37B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 40.55%

R = 46.77%
G = 12.67%
B = 40.55%

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

#CB37B0 (or 0xCB37B0) is known color: Fuchsia. HEX triplet: CB, 37 and B0. RGB value is (203,55,176). Sum of RGB (Red+Green+Blue) = 203+55+176=434 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.77% from 434); Green value is 55 (21.88% from 255 or 12.67% from 434); Blue value is 176 (69.14% from 255 or 40.55% from 434); Max value from RGB is 203 - color contains mainly: red. Hex color #CB37B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB37B0 is #34C84F. Grayscale: #707070. Windows color (decimal): -3459152 or 11548619. OLE color: 11548619.

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

Color convert

RGB 203 55 176 -
CMYK 0 0.73 0.13 0.20
HSL 310.95º 0.59% 0.51% -
HSV(B) 310.95º 0.73% 0.8% -
XYZ 33.83 18.56 42.87 -
YUV 113.05 163.53 192.16 -
System Red Green Blue C M Y K H S L
Decimal 203 55 176 0 0.73 0.13 0.20 310.95 0.59 0.51
Hex CB 37 B0 0 49 D 14 137 3B 33
Octal 313 67 260 0 111 15 24 467 73 63
Binary 11001011 110111 10110000 0 1001001 1101 10100 100110111 111011 110011

Color Harmonies of #CB37B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB37B0

Black with #CB37B0

Text Example


Text Example

White with #CB37B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB37B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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