Html Css Color HEX #CB63AE Fuchsia

📋 copy color: '#CB63AE'

red 203 ◦ green 99 ◦ blue 174

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

Shades of Fuchsia #CB63AE

Tints of Fuchsia #CB63AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 36.55%

R = 42.65%
G = 20.8%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#CB63AE (or 0xCB63AE) is known color: Fuchsia. HEX triplet: CB, 63 and AE. RGB value is (203,99,174). Sum of RGB (Red+Green+Blue) = 203+99+174=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 99 (39.06% from 255 or 20.80% from 476); Blue value is 174 (68.36% from 255 or 36.55% from 476); Max value from RGB is 203 - color contains mainly: red. Hex color #CB63AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB63AE is #349C51. Grayscale: #8A8A8A. Windows color (decimal): -3447890 or 11428811. OLE color: 11428811.

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

Color convert

RGB 203 99 174 -
CMYK 0 0.51 0.14 0.20
HSL 316.73º 0.5% 0.59% -
HSV(B) 316.73º 0.51% 0.8% -
XYZ 36.73 24.68 42.87 -
YUV 138.65 147.96 173.9 -
System Red Green Blue C M Y K H S L
Decimal 203 99 174 0 0.51 0.14 0.20 316.73 0.5 0.59
Hex CB 63 AE 0 33 E 14 13D 32 3B
Octal 313 143 256 0 63 16 24 475 62 73
Binary 11001011 1100011 10101110 0 110011 1110 10100 100111101 110010 111011

Color Harmonies of #CB63AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB63AE

Black with #CB63AE

Text Example


Text Example

White with #CB63AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB63AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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