Html Css Color HEX #CB63C9 Fuchsia

📋 copy color: '#CB63C9'

red 203 ◦ green 99 ◦ blue 201

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

Shades of Fuchsia #CB63C9

Tints of Fuchsia #CB63C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 39.96%

R = 40.36%
G = 19.68%
B = 39.96%

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

#CB63C9 (or 0xCB63C9) is known color: Fuchsia. HEX triplet: CB, 63 and C9. RGB value is (203,99,201). Sum of RGB (Red+Green+Blue) = 203+99+201=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 99 (39.06% from 255 or 19.68% from 503); Blue value is 201 (78.91% from 255 or 39.96% from 503); Max value from RGB is 203 - color contains mainly: red. Hex color #CB63C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB63C9 is #349C36. Grayscale: #8D8D8D. Windows color (decimal): -3447863 or 13198283. OLE color: 13198283.

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

Color convert

RGB 203 99 201 -
CMYK 0 0.51 0.01 0.20
HSL 301.15º 0.5% 0.59% -
HSV(B) 301.15º 0.51% 0.8% -
XYZ 39.63 25.84 58.16 -
YUV 141.72 161.46 171.71 -
System Red Green Blue C M Y K H S L
Decimal 203 99 201 0 0.51 0.01 0.20 301.15 0.5 0.59
Hex CB 63 C9 0 33 1 14 12D 32 3B
Octal 313 143 311 0 63 1 24 455 62 73
Binary 11001011 1100011 11001001 0 110011 1 10100 100101101 110010 111011

Color Harmonies of #CB63C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB63C9

Black with #CB63C9

Text Example


Text Example

White with #CB63C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB63C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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