Html Css Color HEX #CB41B1 Fuchsia

📋 copy color: '#CB41B1'

red 203 ◦ green 65 ◦ blue 177

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

Shades of Fuchsia #CB41B1

Tints of Fuchsia #CB41B1

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.61%

 BLUE value IS 177 (69.53% from 255) = 39.78%

R = 45.62%
G = 14.61%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#CB41B1 (or 0xCB41B1) is known color: Fuchsia. HEX triplet: CB, 41 and B1. RGB value is (203,65,177). Sum of RGB (Red+Green+Blue) = 203+65+177=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 65 (25.78% from 255 or 14.61% from 445); Blue value is 177 (69.53% from 255 or 39.78% from 445); Max value from RGB is 203 - color contains mainly: red. Hex color #CB41B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB41B1 is #34BE4E. Grayscale: #767676. Windows color (decimal): -3456591 or 11616715. OLE color: 11616715.

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

Color convert

RGB 203 65 177 -
CMYK 0 0.68 0.13 0.20
HSL 311.3º 0.57% 0.53% -
HSV(B) 311.3º 0.68% 0.8% -
XYZ 34.45 19.65 43.57 -
YUV 119.03 160.72 187.89 -
System Red Green Blue C M Y K H S L
Decimal 203 65 177 0 0.68 0.13 0.20 311.3 0.57 0.53
Hex CB 41 B1 0 44 D 14 137 39 35
Octal 313 101 261 0 104 15 24 467 71 65
Binary 11001011 1000001 10110001 0 1000100 1101 10100 100110111 111001 110101

Color Harmonies of #CB41B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB41B1

Black with #CB41B1

Text Example


Text Example

White with #CB41B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB41B1; }

 p { color: rgb(203,65,177); }

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

background-color css

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

 a { background-color: rgb(203,65,177); }

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

border-color css

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

 span { border-color: rgb(203,65,177); }

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