Html Css Color HEX #CB5EC4 Fuchsia

📋 copy color: '#CB5EC4'

red 203 ◦ green 94 ◦ blue 196

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

Shades of Fuchsia #CB5EC4

Tints of Fuchsia #CB5EC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 39.76%

R = 41.18%
G = 19.07%
B = 39.76%

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

#CB5EC4 (or 0xCB5EC4) is known color: Fuchsia. HEX triplet: CB, 5E and C4. RGB value is (203,94,196). Sum of RGB (Red+Green+Blue) = 203+94+196=493 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.18% from 493); Green value is 94 (37.11% from 255 or 19.07% from 493); Blue value is 196 (76.95% from 255 or 39.76% from 493); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5EC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5EC4 is #34A13B. Grayscale: #898989. Windows color (decimal): -3449148 or 12869323. OLE color: 12869323.

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

Color convert

RGB 203 94 196 -
CMYK 0 0.54 0.03 0.20
HSL 303.85º 0.51% 0.58% -
HSV(B) 303.85º 0.54% 0.8% -
XYZ 38.6 24.69 54.96 -
YUV 138.22 160.61 174.21 -
System Red Green Blue C M Y K H S L
Decimal 203 94 196 0 0.54 0.03 0.20 303.85 0.51 0.58
Hex CB 5E C4 0 36 3 14 130 33 3A
Octal 313 136 304 0 66 3 24 460 63 72
Binary 11001011 1011110 11000100 0 110110 11 10100 100110000 110011 111010

Color Harmonies of #CB5EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5EC4

Black with #CB5EC4

Text Example


Text Example

White with #CB5EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5EC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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