Html Css Color HEX #CB59C4 Fuchsia

📋 copy color: '#CB59C4'

red 203 ◦ green 89 ◦ blue 196

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

Shades of Fuchsia #CB59C4

Tints of Fuchsia #CB59C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 40.16%

R = 41.6%
G = 18.24%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#CB59C4 (or 0xCB59C4) is known color: Fuchsia. HEX triplet: CB, 59 and C4. RGB value is (203,89,196). Sum of RGB (Red+Green+Blue) = 203+89+196=488 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.60% from 488); Green value is 89 (35.16% from 255 or 18.24% from 488); Blue value is 196 (76.95% from 255 or 40.16% from 488); Max value from RGB is 203 - color contains mainly: red. Hex color #CB59C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB59C4 is #34A63B. Grayscale: #868686. Windows color (decimal): -3450428 or 12868043. OLE color: 12868043.

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

Color convert

RGB 203 89 196 -
CMYK 0 0.56 0.03 0.20
HSL 303.68º 0.52% 0.57% -
HSV(B) 303.68º 0.56% 0.8% -
XYZ 38.16 23.83 54.81 -
YUV 135.28 162.27 176.3 -
System Red Green Blue C M Y K H S L
Decimal 203 89 196 0 0.56 0.03 0.20 303.68 0.52 0.57
Hex CB 59 C4 0 38 3 14 130 34 39
Octal 313 131 304 0 70 3 24 460 64 71
Binary 11001011 1011001 11000100 0 111000 11 10100 100110000 110100 111001

Color Harmonies of #CB59C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB59C4

Black with #CB59C4

Text Example


Text Example

White with #CB59C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB59C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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