Html Css Color HEX #CB41AF Fuchsia

📋 copy color: '#CB41AF'

red 203 ◦ green 65 ◦ blue 175

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

Shades of Fuchsia #CB41AF

Tints of Fuchsia #CB41AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.5%

R = 45.82%
G = 14.67%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#CB41AF (or 0xCB41AF) is known color: Fuchsia. HEX triplet: CB, 41 and AF. RGB value is (203,65,175). Sum of RGB (Red+Green+Blue) = 203+65+175=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 65 (25.78% from 255 or 14.67% from 443); Blue value is 175 (68.75% from 255 or 39.50% from 443); Max value from RGB is 203 - color contains mainly: red. Hex color #CB41AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB41AF is #34BE50. Grayscale: #767676. Windows color (decimal): -3456593 or 11485643. OLE color: 11485643.

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

Color convert

RGB 203 65 175 -
CMYK 0 0.68 0.14 0.20
HSL 312.17º 0.57% 0.53% -
HSV(B) 312.17º 0.68% 0.8% -
XYZ 34.26 19.57 42.53 -
YUV 118.8 159.72 188.06 -
System Red Green Blue C M Y K H S L
Decimal 203 65 175 0 0.68 0.14 0.20 312.17 0.57 0.53
Hex CB 41 AF 0 44 E 14 138 39 35
Octal 313 101 257 0 104 16 24 470 71 65
Binary 11001011 1000001 10101111 0 1000100 1110 10100 100111000 111001 110101

Color Harmonies of #CB41AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB41AF

Black with #CB41AF

Text Example


Text Example

White with #CB41AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB41AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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