Html Css Color HEX #CB59AF Fuchsia

📋 copy color: '#CB59AF'

red 203 ◦ green 89 ◦ blue 175

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

Shades of Fuchsia #CB59AF

Tints of Fuchsia #CB59AF

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.06%

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

R = 43.47%
G = 19.06%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#CB59AF (or 0xCB59AF) is known color: Fuchsia. HEX triplet: CB, 59 and AF. RGB value is (203,89,175). Sum of RGB (Red+Green+Blue) = 203+89+175=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 89 (35.16% from 255 or 19.06% from 467); Blue value is 175 (68.75% from 255 or 37.47% from 467); Max value from RGB is 203 - color contains mainly: red. Hex color #CB59AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB59AF is #34A650. Grayscale: #848484. Windows color (decimal): -3450449 or 11491787. OLE color: 11491787.

HSL color Cylindrical-coordinate representation of color #CB59AF: hue angle of 314.74º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CB59AF is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 89 175 -
CMYK 0 0.56 0.14 0.20
HSL 314.74º 0.52% 0.57% -
HSV(B) 314.74º 0.56% 0.8% -
XYZ 35.94 22.94 43.09 -
YUV 132.89 151.77 178.01 -
System Red Green Blue C M Y K H S L
Decimal 203 89 175 0 0.56 0.14 0.20 314.74 0.52 0.57
Hex CB 59 AF 0 38 E 14 13B 34 39
Octal 313 131 257 0 70 16 24 473 64 71
Binary 11001011 1011001 10101111 0 111000 1110 10100 100111011 110100 111001

Color Harmonies of #CB59AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB59AF

Black with #CB59AF

Text Example


Text Example

White with #CB59AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB59AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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