Html Css Color HEX #CB58AC Fuchsia

📋 copy color: '#CB58AC'

red 203 ◦ green 88 ◦ blue 172

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

Shades of Fuchsia #CB58AC

Tints of Fuchsia #CB58AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.15%

R = 43.84%
G = 19.01%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#CB58AC (or 0xCB58AC) is known color: Fuchsia. HEX triplet: CB, 58 and AC. RGB value is (203,88,172). Sum of RGB (Red+Green+Blue) = 203+88+172=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 88 (34.77% from 255 or 19.01% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 203 - color contains mainly: red. Hex color #CB58AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB58AC is #34A753. Grayscale: #838383. Windows color (decimal): -3450708 or 11294923. OLE color: 11294923.

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

Color convert

RGB 203 88 172 -
CMYK 0 0.57 0.15 0.20
HSL 316.17º 0.53% 0.57% -
HSV(B) 316.17º 0.57% 0.8% -
XYZ 35.56 22.65 41.53 -
YUV 131.96 150.6 178.67 -
System Red Green Blue C M Y K H S L
Decimal 203 88 172 0 0.57 0.15 0.20 316.17 0.53 0.57
Hex CB 58 AC 0 39 F 14 13C 35 39
Octal 313 130 254 0 71 17 24 474 65 71
Binary 11001011 1011000 10101100 0 111001 1111 10100 100111100 110101 111001

Color Harmonies of #CB58AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB58AC

Black with #CB58AC

Text Example


Text Example

White with #CB58AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB58AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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