Html Css Color HEX #CB5DC1 Fuchsia

📋 copy color: '#CB5DC1'

red 203 ◦ green 93 ◦ blue 193

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

Shades of Fuchsia #CB5DC1

Tints of Fuchsia #CB5DC1

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.02%

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

R = 41.51%
G = 19.02%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.05

 K value IS 0.20

RGB Variations

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

Color information

#CB5DC1 (or 0xCB5DC1) is known color: Fuchsia. HEX triplet: CB, 5D and C1. RGB value is (203,93,193). Sum of RGB (Red+Green+Blue) = 203+93+193=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 93 (36.72% from 255 or 19.02% from 489); Blue value is 193 (75.78% from 255 or 39.47% from 489); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5DC1 is #34A23E. Grayscale: #898989. Windows color (decimal): -3449407 or 12672459. OLE color: 12672459.

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

Color convert

RGB 203 93 193 -
CMYK 0 0.54 0.05 0.20
HSL 305.45º 0.51% 0.58% -
HSV(B) 305.45º 0.54% 0.8% -
XYZ 38.17 24.38 53.15 -
YUV 137.29 159.44 174.87 -
System Red Green Blue C M Y K H S L
Decimal 203 93 193 0 0.54 0.05 0.20 305.45 0.51 0.58
Hex CB 5D C1 0 36 5 14 131 33 3A
Octal 313 135 301 0 66 5 24 461 63 72
Binary 11001011 1011101 11000001 0 110110 101 10100 100110001 110011 111010

Color Harmonies of #CB5DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5DC1

Black with #CB5DC1

Text Example


Text Example

White with #CB5DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5DC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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