Html Css Color HEX #CB60B9 Fuchsia

📋 copy color: '#CB60B9'

red 203 ◦ green 96 ◦ blue 185

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

Shades of Fuchsia #CB60B9

Tints of Fuchsia #CB60B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 38.22%

R = 41.94%
G = 19.83%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#CB60B9 (or 0xCB60B9) is known color: Fuchsia. HEX triplet: CB, 60 and B9. RGB value is (203,96,185). Sum of RGB (Red+Green+Blue) = 203+96+185=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 96 (37.89% from 255 or 19.83% from 484); Blue value is 185 (72.66% from 255 or 38.22% from 484); Max value from RGB is 203 - color contains mainly: red. Hex color #CB60B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB60B9 is #349F46. Grayscale: #898989. Windows color (decimal): -3448647 or 12148939. OLE color: 12148939.

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

Color convert

RGB 203 96 185 -
CMYK 0 0.53 0.09 0.20
HSL 310.09º 0.51% 0.59% -
HSV(B) 310.09º 0.53% 0.8% -
XYZ 37.57 24.57 48.66 -
YUV 138.14 154.45 174.26 -
System Red Green Blue C M Y K H S L
Decimal 203 96 185 0 0.53 0.09 0.20 310.09 0.51 0.59
Hex CB 60 B9 0 35 9 14 136 33 3B
Octal 313 140 271 0 65 11 24 466 63 73
Binary 11001011 1100000 10111001 0 110101 1001 10100 100110110 110011 111011

Color Harmonies of #CB60B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB60B9

Black with #CB60B9

Text Example


Text Example

White with #CB60B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB60B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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