Html Css Color HEX #CB5EC7 Fuchsia

📋 copy color: '#CB5EC7'

red 203 ◦ green 94 ◦ blue 199

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

Shades of Fuchsia #CB5EC7

Tints of Fuchsia #CB5EC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 40.12%

R = 40.93%
G = 18.95%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#CB5EC7 (or 0xCB5EC7) is known color: Fuchsia. HEX triplet: CB, 5E and C7. RGB value is (203,94,199). Sum of RGB (Red+Green+Blue) = 203+94+199=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 94 (37.11% from 255 or 18.95% from 496); Blue value is 199 (78.12% from 255 or 40.12% from 496); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5EC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5EC7 is #34A138. Grayscale: #8A8A8A. Windows color (decimal): -3449145 or 13065931. OLE color: 13065931.

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

Color convert

RGB 203 94 199 -
CMYK 0 0.54 0.02 0.20
HSL 302.2º 0.51% 0.58% -
HSV(B) 302.2º 0.54% 0.8% -
XYZ 38.94 24.83 56.77 -
YUV 138.56 162.11 173.96 -
System Red Green Blue C M Y K H S L
Decimal 203 94 199 0 0.54 0.02 0.20 302.2 0.51 0.58
Hex CB 5E C7 0 36 2 14 12E 33 3A
Octal 313 136 307 0 66 2 24 456 63 72
Binary 11001011 1011110 11000111 0 110110 10 10100 100101110 110011 111010

Color Harmonies of #CB5EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5EC7

Black with #CB5EC7

Text Example


Text Example

White with #CB5EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5EC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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