Html Css Color HEX #CB58C1 Fuchsia

📋 copy color: '#CB58C1'

red 203 ◦ green 88 ◦ blue 193

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

Shades of Fuchsia #CB58C1

Tints of Fuchsia #CB58C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 39.88%

R = 41.94%
G = 18.18%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.05

 K value IS 0.20

RGB Variations

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

Color information

#CB58C1 (or 0xCB58C1) is known color: Fuchsia. HEX triplet: CB, 58 and C1. RGB value is (203,88,193). Sum of RGB (Red+Green+Blue) = 203+88+193=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 88 (34.77% from 255 or 18.18% from 484); Blue value is 193 (75.78% from 255 or 39.88% from 484); Max value from RGB is 203 - color contains mainly: red. Hex color #CB58C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB58C1 is #34A73E. Grayscale: #868686. Windows color (decimal): -3450687 or 12671179. OLE color: 12671179.

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

Color convert

RGB 203 88 193 -
CMYK 0 0.57 0.05 0.20
HSL 305.22º 0.53% 0.57% -
HSV(B) 305.22º 0.57% 0.8% -
XYZ 37.74 23.53 53 -
YUV 134.36 161.1 176.96 -
System Red Green Blue C M Y K H S L
Decimal 203 88 193 0 0.57 0.05 0.20 305.22 0.53 0.57
Hex CB 58 C1 0 39 5 14 131 35 39
Octal 313 130 301 0 71 5 24 461 65 71
Binary 11001011 1011000 11000001 0 111001 101 10100 100110001 110101 111001

Color Harmonies of #CB58C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB58C1

Black with #CB58C1

Text Example


Text Example

White with #CB58C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB58C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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