Html Css Color HEX #CB63C2 Fuchsia

📋 copy color: '#CB63C2'

red 203 ◦ green 99 ◦ blue 194

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

Shades of Fuchsia #CB63C2

Tints of Fuchsia #CB63C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 39.11%

R = 40.93%
G = 19.96%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#CB63C2 (or 0xCB63C2) is known color: Fuchsia. HEX triplet: CB, 63 and C2. RGB value is (203,99,194). Sum of RGB (Red+Green+Blue) = 203+99+194=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 99 (39.06% from 255 or 19.96% from 496); Blue value is 194 (76.17% from 255 or 39.11% from 496); Max value from RGB is 203 - color contains mainly: red. Hex color #CB63C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB63C2 is #349C3D. Grayscale: #8C8C8C. Windows color (decimal): -3447870 or 12739531. OLE color: 12739531.

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

Color convert

RGB 203 99 194 -
CMYK 0 0.51 0.04 0.20
HSL 305.19º 0.5% 0.59% -
HSV(B) 305.19º 0.51% 0.8% -
XYZ 38.83 25.52 53.92 -
YUV 140.93 157.96 172.28 -
System Red Green Blue C M Y K H S L
Decimal 203 99 194 0 0.51 0.04 0.20 305.19 0.5 0.59
Hex CB 63 C2 0 33 4 14 131 32 3B
Octal 313 143 302 0 63 4 24 461 62 73
Binary 11001011 1100011 11000010 0 110011 100 10100 100110001 110010 111011

Color Harmonies of #CB63C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB63C2

Black with #CB63C2

Text Example


Text Example

White with #CB63C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB63C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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