Html Css Color HEX #CB63B3 Fuchsia

📋 copy color: '#CB63B3'

red 203 ◦ green 99 ◦ blue 179

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

Shades of Fuchsia #CB63B3

Tints of Fuchsia #CB63B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 37.21%

R = 42.2%
G = 20.58%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#CB63B3 (or 0xCB63B3) is known color: Fuchsia. HEX triplet: CB, 63 and B3. RGB value is (203,99,179). Sum of RGB (Red+Green+Blue) = 203+99+179=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 99 (39.06% from 255 or 20.58% from 481); Blue value is 179 (70.31% from 255 or 37.21% from 481); Max value from RGB is 203 - color contains mainly: red. Hex color #CB63B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB63B3 is #349C4C. Grayscale: #8B8B8B. Windows color (decimal): -3447885 or 11756491. OLE color: 11756491.

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

Color convert

RGB 203 99 179 -
CMYK 0 0.51 0.12 0.20
HSL 313.85º 0.5% 0.59% -
HSV(B) 313.85º 0.51% 0.8% -
XYZ 37.23 24.87 45.49 -
YUV 139.22 150.46 173.5 -
System Red Green Blue C M Y K H S L
Decimal 203 99 179 0 0.51 0.12 0.20 313.85 0.5 0.59
Hex CB 63 B3 0 33 C 14 13A 32 3B
Octal 313 143 263 0 63 14 24 472 62 73
Binary 11001011 1100011 10110011 0 110011 1100 10100 100111010 110010 111011

Color Harmonies of #CB63B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB63B3

Black with #CB63B3

Text Example


Text Example

White with #CB63B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB63B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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