Html Css Color HEX #CB41B0 Fuchsia

📋 copy color: '#CB41B0'

red 203 ◦ green 65 ◦ blue 176

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

Shades of Fuchsia #CB41B0

Tints of Fuchsia #CB41B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 39.64%

R = 45.72%
G = 14.64%
B = 39.64%

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

#CB41B0 (or 0xCB41B0) is known color: Fuchsia. HEX triplet: CB, 41 and B0. RGB value is (203,65,176). Sum of RGB (Red+Green+Blue) = 203+65+176=444 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.72% from 444); Green value is 65 (25.78% from 255 or 14.64% from 444); Blue value is 176 (69.14% from 255 or 39.64% from 444); Max value from RGB is 203 - color contains mainly: red. Hex color #CB41B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB41B0 is #34BE4F. Grayscale: #767676. Windows color (decimal): -3456592 or 11551179. OLE color: 11551179.

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

Color convert

RGB 203 65 176 -
CMYK 0 0.68 0.13 0.20
HSL 311.74º 0.57% 0.53% -
HSV(B) 311.74º 0.68% 0.8% -
XYZ 34.36 19.61 43.05 -
YUV 118.92 160.22 187.97 -
System Red Green Blue C M Y K H S L
Decimal 203 65 176 0 0.68 0.13 0.20 311.74 0.57 0.53
Hex CB 41 B0 0 44 D 14 138 39 35
Octal 313 101 260 0 104 15 24 470 71 65
Binary 11001011 1000001 10110000 0 1000100 1101 10100 100111000 111001 110101

Color Harmonies of #CB41B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB41B0

Black with #CB41B0

Text Example


Text Example

White with #CB41B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB41B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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