Html Css Color HEX #CB63CB Fuchsia

📋 copy color: '#CB63CB'

red 203 ◦ green 99 ◦ blue 203

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

Shades of Fuchsia #CB63CB

Tints of Fuchsia #CB63CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.2%

R = 40.2%
G = 19.6%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CB63CB (or 0xCB63CB) is known color: Fuchsia. HEX triplet: CB, 63 and CB. RGB value is (203,99,203). Sum of RGB (Red+Green+Blue) = 203+99+203=505 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.20% from 505); Green value is 99 (39.06% from 255 or 19.60% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CB63CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB63CB is #349C34. Grayscale: #8D8D8D. Windows color (decimal): -3447861 or 13329355. OLE color: 13329355.

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

Color convert

RGB 203 99 203 -
CMYK 0 0.51 0 0.20
HSL 300º 0.5% 0.59% -
HSV(B) 300º 0.51% 0.8% -
XYZ 39.87 25.93 59.4 -
YUV 141.95 162.46 171.54 -
System Red Green Blue C M Y K H S L
Decimal 203 99 203 0 0.51 0 0.20 300 0.5 0.59
Hex CB 63 CB 0 33 0 14 12C 32 3B
Octal 313 143 313 0 63 0 24 454 62 73
Binary 11001011 1100011 11001011 0 110011 0 10100 100101100 110010 111011

Color Harmonies of #CB63CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB63CB

Black with #CB63CB

Text Example


Text Example

White with #CB63CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB63CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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