Html Css Color HEX #CB63C8 Fuchsia

📋 copy color: '#CB63C8'

red 203 ◦ green 99 ◦ blue 200

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

Shades of Fuchsia #CB63C8

Tints of Fuchsia #CB63C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 39.84%

R = 40.44%
G = 19.72%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#CB63C8 (or 0xCB63C8) is known color: Fuchsia. HEX triplet: CB, 63 and C8. RGB value is (203,99,200). Sum of RGB (Red+Green+Blue) = 203+99+200=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 99 (39.06% from 255 or 19.72% from 502); Blue value is 200 (78.52% from 255 or 39.84% from 502); Max value from RGB is 203 - color contains mainly: red. Hex color #CB63C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB63C8 is #349C37. Grayscale: #8D8D8D. Windows color (decimal): -3447864 or 13132747. OLE color: 13132747.

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

Color convert

RGB 203 99 200 -
CMYK 0 0.51 0.01 0.20
HSL 301.73º 0.5% 0.59% -
HSV(B) 301.73º 0.51% 0.8% -
XYZ 39.52 25.79 57.54 -
YUV 141.61 160.96 171.79 -
System Red Green Blue C M Y K H S L
Decimal 203 99 200 0 0.51 0.01 0.20 301.73 0.5 0.59
Hex CB 63 C8 0 33 1 14 12E 32 3B
Octal 313 143 310 0 63 1 24 456 62 73
Binary 11001011 1100011 11001000 0 110011 1 10100 100101110 110010 111011

Color Harmonies of #CB63C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB63C8

Black with #CB63C8

Text Example


Text Example

White with #CB63C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB63C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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