Html Css Color HEX #CB58BA Fuchsia

📋 copy color: '#CB58BA'

red 203 ◦ green 88 ◦ blue 186

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

Shades of Fuchsia #CB58BA

Tints of Fuchsia #CB58BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.99%

R = 42.56%
G = 18.45%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#CB58BA (or 0xCB58BA) is known color: Fuchsia. HEX triplet: CB, 58 and BA. RGB value is (203,88,186). Sum of RGB (Red+Green+Blue) = 203+88+186=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 88 (34.77% from 255 or 18.45% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 203 - color contains mainly: red. Hex color #CB58BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB58BA is #34A745. Grayscale: #858585. Windows color (decimal): -3450694 or 12212427. OLE color: 12212427.

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

Color convert

RGB 203 88 186 -
CMYK 0 0.57 0.08 0.20
HSL 308.87º 0.53% 0.57% -
HSV(B) 308.87º 0.57% 0.8% -
XYZ 36.98 23.22 48.99 -
YUV 133.56 157.6 177.53 -
System Red Green Blue C M Y K H S L
Decimal 203 88 186 0 0.57 0.08 0.20 308.87 0.53 0.57
Hex CB 58 BA 0 39 8 14 135 35 39
Octal 313 130 272 0 71 10 24 465 65 71
Binary 11001011 1011000 10111010 0 111001 1000 10100 100110101 110101 111001

Color Harmonies of #CB58BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB58BA

Black with #CB58BA

Text Example


Text Example

White with #CB58BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB58BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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