Html Css Color HEX #CB37C1 Fuchsia

📋 copy color: '#CB37C1'

red 203 ◦ green 55 ◦ blue 193

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

Shades of Fuchsia #CB37C1

Tints of Fuchsia #CB37C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 42.79%

R = 45.01%
G = 12.2%
B = 42.79%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.05

 K value IS 0.20

RGB Variations

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

Color information

#CB37C1 (or 0xCB37C1) is known color: Fuchsia. HEX triplet: CB, 37 and C1. RGB value is (203,55,193). Sum of RGB (Red+Green+Blue) = 203+55+193=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 55 (21.88% from 255 or 12.20% from 451); Blue value is 193 (75.78% from 255 or 42.79% from 451); Max value from RGB is 203 - color contains mainly: red. Hex color #CB37C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB37C1 is #34C83E. Grayscale: #727272. Windows color (decimal): -3459135 or 12662731. OLE color: 12662731.

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

Color convert

RGB 203 55 193 -
CMYK 0 0.73 0.05 0.20
HSL 304.05º 0.59% 0.51% -
HSV(B) 304.05º 0.73% 0.8% -
XYZ 35.62 19.28 52.3 -
YUV 114.98 172.03 190.78 -
System Red Green Blue C M Y K H S L
Decimal 203 55 193 0 0.73 0.05 0.20 304.05 0.59 0.51
Hex CB 37 C1 0 49 5 14 130 3B 33
Octal 313 67 301 0 111 5 24 460 73 63
Binary 11001011 110111 11000001 0 1001001 101 10100 100110000 111011 110011

Color Harmonies of #CB37C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB37C1

Black with #CB37C1

Text Example


Text Example

White with #CB37C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB37C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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