Html Css Color HEX #CB51B0 Fuchsia

📋 copy color: '#CB51B0'

red 203 ◦ green 81 ◦ blue 176

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

Shades of Fuchsia #CB51B0

Tints of Fuchsia #CB51B0

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.61%

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

R = 44.13%
G = 17.61%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#CB51B0 (or 0xCB51B0) is known color: Fuchsia. HEX triplet: CB, 51 and B0. RGB value is (203,81,176). Sum of RGB (Red+Green+Blue) = 203+81+176=460 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.13% from 460); Green value is 81 (32.03% from 255 or 17.61% from 460); Blue value is 176 (69.14% from 255 or 38.26% from 460); Max value from RGB is 203 - color contains mainly: red. Hex color #CB51B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB51B0 is #34AE4F. Grayscale: #808080. Windows color (decimal): -3452496 or 11555275. OLE color: 11555275.

HSL color Cylindrical-coordinate representation of color #CB51B0: hue angle of 313.28º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB51B0 is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 81 176 -
CMYK 0 0.60 0.13 0.20
HSL 313.28º 0.54% 0.56% -
HSV(B) 313.28º 0.6% 0.8% -
XYZ 35.41 21.72 43.4 -
YUV 128.31 154.92 181.28 -
System Red Green Blue C M Y K H S L
Decimal 203 81 176 0 0.60 0.13 0.20 313.28 0.54 0.56
Hex CB 51 B0 0 3C D 14 139 36 38
Octal 313 121 260 0 74 15 24 471 66 70
Binary 11001011 1010001 10110000 0 111100 1101 10100 100111001 110110 111000

Color Harmonies of #CB51B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB51B0

Black with #CB51B0

Text Example


Text Example

White with #CB51B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB51B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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