Html Css Color HEX #CB5FC1 Fuchsia

📋 copy color: '#CB5FC1'

red 203 ◦ green 95 ◦ blue 193

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

Shades of Fuchsia #CB5FC1

Tints of Fuchsia #CB5FC1

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.35%

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

R = 41.34%
G = 19.35%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.05

 K value IS 0.20

RGB Variations

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

Color information

#CB5FC1 (or 0xCB5FC1) is known color: Fuchsia. HEX triplet: CB, 5F and C1. RGB value is (203,95,193). Sum of RGB (Red+Green+Blue) = 203+95+193=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 95 (37.5% from 255 or 19.35% from 491); Blue value is 193 (75.78% from 255 or 39.31% from 491); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5FC1 is #34A03E. Grayscale: #8A8A8A. Windows color (decimal): -3448895 or 12672971. OLE color: 12672971.

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

Color convert

RGB 203 95 193 -
CMYK 0 0.53 0.05 0.20
HSL 305.56º 0.51% 0.58% -
HSV(B) 305.56º 0.53% 0.8% -
XYZ 38.35 24.73 53.2 -
YUV 138.46 158.78 174.03 -
System Red Green Blue C M Y K H S L
Decimal 203 95 193 0 0.53 0.05 0.20 305.56 0.51 0.58
Hex CB 5F C1 0 35 5 14 132 33 3A
Octal 313 137 301 0 65 5 24 462 63 72
Binary 11001011 1011111 11000001 0 110101 101 10100 100110010 110011 111010

Color Harmonies of #CB5FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5FC1

Black with #CB5FC1

Text Example


Text Example

White with #CB5FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5FC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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