Html Css Color HEX #CB41AA Fuchsia

📋 copy color: '#CB41AA'

red 203 ◦ green 65 ◦ blue 170

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

Shades of Fuchsia #CB41AA

Tints of Fuchsia #CB41AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.81%

R = 46.35%
G = 14.84%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#CB41AA (or 0xCB41AA) is known color: Fuchsia. HEX triplet: CB, 41 and AA. RGB value is (203,65,170). Sum of RGB (Red+Green+Blue) = 203+65+170=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 65 (25.78% from 255 or 14.84% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 203 - color contains mainly: red. Hex color #CB41AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB41AA is #34BE55. Grayscale: #757575. Windows color (decimal): -3456598 or 11157963. OLE color: 11157963.

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

Color convert

RGB 203 65 170 -
CMYK 0 0.68 0.16 0.20
HSL 314.35º 0.57% 0.53% -
HSV(B) 314.35º 0.68% 0.8% -
XYZ 33.77 19.38 39.99 -
YUV 118.23 157.22 188.46 -
System Red Green Blue C M Y K H S L
Decimal 203 65 170 0 0.68 0.16 0.20 314.35 0.57 0.53
Hex CB 41 AA 0 44 10 14 13A 39 35
Octal 313 101 252 0 104 20 24 472 71 65
Binary 11001011 1000001 10101010 0 1000100 10000 10100 100111010 111001 110101

Color Harmonies of #CB41AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB41AA

Black with #CB41AA

Text Example


Text Example

White with #CB41AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB41AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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