Html Css Color HEX #CB63BA Fuchsia

📋 copy color: '#CB63BA'

red 203 ◦ green 99 ◦ blue 186

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

Shades of Fuchsia #CB63BA

Tints of Fuchsia #CB63BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.11%

R = 41.6%
G = 20.29%
B = 38.11%

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

#CB63BA (or 0xCB63BA) is known color: Fuchsia. HEX triplet: CB, 63 and BA. RGB value is (203,99,186). Sum of RGB (Red+Green+Blue) = 203+99+186=488 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.60% from 488); Green value is 99 (39.06% from 255 or 20.29% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 203 - color contains mainly: red. Hex color #CB63BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB63BA is #349C45. Grayscale: #8B8B8B. Windows color (decimal): -3447878 or 12215243. OLE color: 12215243.

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

Color convert

RGB 203 99 186 -
CMYK 0 0.51 0.08 0.20
HSL 309.81º 0.5% 0.59% -
HSV(B) 309.81º 0.51% 0.8% -
XYZ 37.95 25.17 49.31 -
YUV 140.01 153.96 172.93 -
System Red Green Blue C M Y K H S L
Decimal 203 99 186 0 0.51 0.08 0.20 309.81 0.5 0.59
Hex CB 63 BA 0 33 8 14 136 32 3B
Octal 313 143 272 0 63 10 24 466 62 73
Binary 11001011 1100011 10111010 0 110011 1000 10100 100110110 110010 111011

Color Harmonies of #CB63BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB63BA

Black with #CB63BA

Text Example


Text Example

White with #CB63BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB63BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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