Html Css Color HEX #CB63B9 Fuchsia

📋 copy color: '#CB63B9'

red 203 ◦ green 99 ◦ blue 185

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

Shades of Fuchsia #CB63B9

Tints of Fuchsia #CB63B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37.99%

R = 41.68%
G = 20.33%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#CB63B9 (or 0xCB63B9) is known color: Fuchsia. HEX triplet: CB, 63 and B9. RGB value is (203,99,185). Sum of RGB (Red+Green+Blue) = 203+99+185=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 99 (39.06% from 255 or 20.33% from 487); Blue value is 185 (72.66% from 255 or 37.99% from 487); Max value from RGB is 203 - color contains mainly: red. Hex color #CB63B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB63B9 is #349C46. Grayscale: #8B8B8B. Windows color (decimal): -3447879 or 12149707. OLE color: 12149707.

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

Color convert

RGB 203 99 185 -
CMYK 0 0.51 0.09 0.20
HSL 310.38º 0.5% 0.59% -
HSV(B) 310.38º 0.51% 0.8% -
XYZ 37.85 25.12 48.75 -
YUV 139.9 153.46 173.01 -
System Red Green Blue C M Y K H S L
Decimal 203 99 185 0 0.51 0.09 0.20 310.38 0.5 0.59
Hex CB 63 B9 0 33 9 14 136 32 3B
Octal 313 143 271 0 63 11 24 466 62 73
Binary 11001011 1100011 10111001 0 110011 1001 10100 100110110 110010 111011

Color Harmonies of #CB63B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB63B9

Black with #CB63B9

Text Example


Text Example

White with #CB63B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB63B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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