Html Css Color HEX #CB58C5 Fuchsia

📋 copy color: '#CB58C5'

red 203 ◦ green 88 ◦ blue 197

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

Shades of Fuchsia #CB58C5

Tints of Fuchsia #CB58C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 40.37%

R = 41.6%
G = 18.03%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#CB58C5 (or 0xCB58C5) is known color: Fuchsia. HEX triplet: CB, 58 and C5. RGB value is (203,88,197). Sum of RGB (Red+Green+Blue) = 203+88+197=488 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.60% from 488); Green value is 88 (34.77% from 255 or 18.03% from 488); Blue value is 197 (77.34% from 255 or 40.37% from 488); Max value from RGB is 203 - color contains mainly: red. Hex color #CB58C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB58C5 is #34A73A. Grayscale: #868686. Windows color (decimal): -3450683 or 12933323. OLE color: 12933323.

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

Color convert

RGB 203 88 197 -
CMYK 0 0.57 0.03 0.20
HSL 303.13º 0.53% 0.57% -
HSV(B) 303.13º 0.57% 0.8% -
XYZ 38.2 23.71 55.39 -
YUV 134.81 163.1 176.64 -
System Red Green Blue C M Y K H S L
Decimal 203 88 197 0 0.57 0.03 0.20 303.13 0.53 0.57
Hex CB 58 C5 0 39 3 14 12F 35 39
Octal 313 130 305 0 71 3 24 457 65 71
Binary 11001011 1011000 11000101 0 111001 11 10100 100101111 110101 111001

Color Harmonies of #CB58C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB58C5

Black with #CB58C5

Text Example


Text Example

White with #CB58C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB58C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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