Html Css Color HEX #CB41B5 Fuchsia

📋 copy color: '#CB41B5'

red 203 ◦ green 65 ◦ blue 181

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

Shades of Fuchsia #CB41B5

Tints of Fuchsia #CB41B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 40.31%

R = 45.21%
G = 14.48%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#CB41B5 (or 0xCB41B5) is known color: Fuchsia. HEX triplet: CB, 41 and B5. RGB value is (203,65,181). Sum of RGB (Red+Green+Blue) = 203+65+181=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 65 (25.78% from 255 or 14.48% from 449); Blue value is 181 (71.09% from 255 or 40.31% from 449); Max value from RGB is 203 - color contains mainly: red. Hex color #CB41B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB41B5 is #34BE4A. Grayscale: #777777. Windows color (decimal): -3456587 or 11878859. OLE color: 11878859.

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

Color convert

RGB 203 65 181 -
CMYK 0 0.68 0.11 0.20
HSL 309.57º 0.57% 0.53% -
HSV(B) 309.57º 0.68% 0.8% -
XYZ 34.86 19.81 45.7 -
YUV 119.49 162.72 187.57 -
System Red Green Blue C M Y K H S L
Decimal 203 65 181 0 0.68 0.11 0.20 309.57 0.57 0.53
Hex CB 41 B5 0 44 B 14 136 39 35
Octal 313 101 265 0 104 13 24 466 71 65
Binary 11001011 1000001 10110101 0 1000100 1011 10100 100110110 111001 110101

Color Harmonies of #CB41B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB41B5

Black with #CB41B5

Text Example


Text Example

White with #CB41B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB41B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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