Html Css Color HEX #CB5EC5 Fuchsia

📋 copy color: '#CB5EC5'

red 203 ◦ green 94 ◦ blue 197

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

Shades of Fuchsia #CB5EC5

Tints of Fuchsia #CB5EC5

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.03%

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

R = 41.09%
G = 19.03%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#CB5EC5 (or 0xCB5EC5) is known color: Fuchsia. HEX triplet: CB, 5E and C5. RGB value is (203,94,197). Sum of RGB (Red+Green+Blue) = 203+94+197=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 94 (37.11% from 255 or 19.03% from 494); Blue value is 197 (77.34% from 255 or 39.88% from 494); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5EC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5EC5 is #34A13A. Grayscale: #8A8A8A. Windows color (decimal): -3449147 or 12934859. OLE color: 12934859.

HSL color Cylindrical-coordinate representation of color #CB5EC5: hue angle of 303.3º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB5EC5 is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 94 197 -
CMYK 0 0.54 0.03 0.20
HSL 303.3º 0.51% 0.58% -
HSV(B) 303.3º 0.54% 0.8% -
XYZ 38.71 24.73 55.56 -
YUV 138.33 161.11 174.12 -
System Red Green Blue C M Y K H S L
Decimal 203 94 197 0 0.54 0.03 0.20 303.3 0.51 0.58
Hex CB 5E C5 0 36 3 14 12F 33 3A
Octal 313 136 305 0 66 3 24 457 63 72
Binary 11001011 1011110 11000101 0 110110 11 10100 100101111 110011 111010

Color Harmonies of #CB5EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5EC5

Black with #CB5EC5

Text Example


Text Example

White with #CB5EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5EC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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