Html Css Color HEX #CB60B1 Fuchsia

📋 copy color: '#CB60B1'

red 203 ◦ green 96 ◦ blue 177

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

Shades of Fuchsia #CB60B1

Tints of Fuchsia #CB60B1

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.17%

 BLUE value IS 177 (69.53% from 255) = 37.18%

R = 42.65%
G = 20.17%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#CB60B1 (or 0xCB60B1) is known color: Fuchsia. HEX triplet: CB, 60 and B1. RGB value is (203,96,177). Sum of RGB (Red+Green+Blue) = 203+96+177=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 96 (37.89% from 255 or 20.17% from 476); Blue value is 177 (69.53% from 255 or 37.18% from 476); Max value from RGB is 203 - color contains mainly: red. Hex color #CB60B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB60B1 is #349F4E. Grayscale: #898989. Windows color (decimal): -3448655 or 11624651. OLE color: 11624651.

HSL color Cylindrical-coordinate representation of color #CB60B1: hue angle of 314.58º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB60B1 is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 96 177 -
CMYK 0 0.53 0.13 0.20
HSL 314.58º 0.51% 0.59% -
HSV(B) 314.58º 0.53% 0.8% -
XYZ 36.75 24.24 44.34 -
YUV 137.23 150.45 174.91 -
System Red Green Blue C M Y K H S L
Decimal 203 96 177 0 0.53 0.13 0.20 314.58 0.51 0.59
Hex CB 60 B1 0 35 D 14 13B 33 3B
Octal 313 140 261 0 65 15 24 473 63 73
Binary 11001011 1100000 10110001 0 110101 1101 10100 100111011 110011 111011

Color Harmonies of #CB60B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB60B1

Black with #CB60B1

Text Example


Text Example

White with #CB60B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB60B1; }

 p { color: rgb(203,96,177); }

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

background-color css

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

 a { background-color: rgb(203,96,177); }

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

border-color css

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

 span { border-color: rgb(203,96,177); }

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