Html Css Color HEX #CB58B0 Fuchsia

📋 copy color: '#CB58B0'

red 203 ◦ green 88 ◦ blue 176

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

Shades of Fuchsia #CB58B0

Tints of Fuchsia #CB58B0

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.84%

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

R = 43.47%
G = 18.84%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#CB58B0 (or 0xCB58B0) is known color: Fuchsia. HEX triplet: CB, 58 and B0. RGB value is (203,88,176). Sum of RGB (Red+Green+Blue) = 203+88+176=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 88 (34.77% from 255 or 18.84% from 467); Blue value is 176 (69.14% from 255 or 37.69% from 467); Max value from RGB is 203 - color contains mainly: red. Hex color #CB58B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB58B0 is #34A74F. Grayscale: #848484. Windows color (decimal): -3450704 or 11557067. OLE color: 11557067.

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

Color convert

RGB 203 88 176 -
CMYK 0 0.57 0.13 0.20
HSL 314.09º 0.53% 0.57% -
HSV(B) 314.09º 0.57% 0.8% -
XYZ 35.95 22.81 43.58 -
YUV 132.42 152.6 178.34 -
System Red Green Blue C M Y K H S L
Decimal 203 88 176 0 0.57 0.13 0.20 314.09 0.53 0.57
Hex CB 58 B0 0 39 D 14 13A 35 39
Octal 313 130 260 0 71 15 24 472 65 71
Binary 11001011 1011000 10110000 0 111001 1101 10100 100111010 110101 111001

Color Harmonies of #CB58B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB58B0

Black with #CB58B0

Text Example


Text Example

White with #CB58B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB58B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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