Html Css Color HEX #CB5EC3 Fuchsia

📋 copy color: '#CB5EC3'

red 203 ◦ green 94 ◦ blue 195

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

Shades of Fuchsia #CB5EC3

Tints of Fuchsia #CB5EC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 39.63%

R = 41.26%
G = 19.11%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#CB5EC3 (or 0xCB5EC3) is known color: Fuchsia. HEX triplet: CB, 5E and C3. RGB value is (203,94,195). Sum of RGB (Red+Green+Blue) = 203+94+195=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 94 (37.11% from 255 or 19.11% from 492); Blue value is 195 (76.56% from 255 or 39.63% from 492); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5EC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5EC3 is #34A13C. Grayscale: #898989. Windows color (decimal): -3449149 or 12803787. OLE color: 12803787.

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

Color convert

RGB 203 94 195 -
CMYK 0 0.54 0.04 0.20
HSL 304.4º 0.51% 0.58% -
HSV(B) 304.4º 0.54% 0.8% -
XYZ 38.48 24.64 54.36 -
YUV 138.11 160.11 174.29 -
System Red Green Blue C M Y K H S L
Decimal 203 94 195 0 0.54 0.04 0.20 304.4 0.51 0.58
Hex CB 5E C3 0 36 4 14 130 33 3A
Octal 313 136 303 0 66 4 24 460 63 72
Binary 11001011 1011110 11000011 0 110110 100 10100 100110000 110011 111010

Color Harmonies of #CB5EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5EC3

Black with #CB5EC3

Text Example


Text Example

White with #CB5EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5EC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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