Html Css Color HEX #CB63BB Fuchsia

📋 copy color: '#CB63BB'

red 203 ◦ green 99 ◦ blue 187

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

Shades of Fuchsia #CB63BB

Tints of Fuchsia #CB63BB

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.25%

 BLUE value IS 187 (73.44% from 255) = 38.24%

R = 41.51%
G = 20.25%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#CB63BB (or 0xCB63BB) is known color: Fuchsia. HEX triplet: CB, 63 and BB. RGB value is (203,99,187). Sum of RGB (Red+Green+Blue) = 203+99+187=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 99 (39.06% from 255 or 20.25% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 203 - color contains mainly: red. Hex color #CB63BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB63BB is #349C44. Grayscale: #8B8B8B. Windows color (decimal): -3447877 or 12280779. OLE color: 12280779.

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

Color convert

RGB 203 99 187 -
CMYK 0 0.51 0.08 0.20
HSL 309.23º 0.5% 0.59% -
HSV(B) 309.23º 0.51% 0.8% -
XYZ 38.06 25.21 49.87 -
YUV 140.13 154.46 172.84 -
System Red Green Blue C M Y K H S L
Decimal 203 99 187 0 0.51 0.08 0.20 309.23 0.5 0.59
Hex CB 63 BB 0 33 8 14 135 32 3B
Octal 313 143 273 0 63 10 24 465 62 73
Binary 11001011 1100011 10111011 0 110011 1000 10100 100110101 110010 111011

Color Harmonies of #CB63BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB63BB

Black with #CB63BB

Text Example


Text Example

White with #CB63BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB63BB; }

 p { color: rgb(203,99,187); }

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

background-color css

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

 a { background-color: rgb(203,99,187); }

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

border-color css

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

 span { border-color: rgb(203,99,187); }

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