Html Css Color HEX #CB41B7 Fuchsia

📋 copy color: '#CB41B7'

red 203 ◦ green 65 ◦ blue 183

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

Shades of Fuchsia #CB41B7

Tints of Fuchsia #CB41B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 40.58%

R = 45.01%
G = 14.41%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#CB41B7 (or 0xCB41B7) is known color: Fuchsia. HEX triplet: CB, 41 and B7. RGB value is (203,65,183). Sum of RGB (Red+Green+Blue) = 203+65+183=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 65 (25.78% from 255 or 14.41% from 451); Blue value is 183 (71.88% from 255 or 40.58% from 451); Max value from RGB is 203 - color contains mainly: red. Hex color #CB41B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB41B7 is #34BE48. Grayscale: #777777. Windows color (decimal): -3456585 or 12009931. OLE color: 12009931.

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

Color convert

RGB 203 65 183 -
CMYK 0 0.68 0.10 0.20
HSL 308.7º 0.57% 0.53% -
HSV(B) 308.7º 0.68% 0.8% -
XYZ 35.07 19.9 46.79 -
YUV 119.71 163.72 187.41 -
System Red Green Blue C M Y K H S L
Decimal 203 65 183 0 0.68 0.10 0.20 308.7 0.57 0.53
Hex CB 41 B7 0 44 A 14 135 39 35
Octal 313 101 267 0 104 12 24 465 71 65
Binary 11001011 1000001 10110111 0 1000100 1010 10100 100110101 111001 110101

Color Harmonies of #CB41B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB41B7

Black with #CB41B7

Text Example


Text Example

White with #CB41B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB41B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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