Html Css Color HEX #CB63AF Fuchsia

📋 copy color: '#CB63AF'

red 203 ◦ green 99 ◦ blue 175

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

Shades of Fuchsia #CB63AF

Tints of Fuchsia #CB63AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.69%

R = 42.56%
G = 20.75%
B = 36.69%

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

#CB63AF (or 0xCB63AF) is known color: Fuchsia. HEX triplet: CB, 63 and AF. RGB value is (203,99,175). Sum of RGB (Red+Green+Blue) = 203+99+175=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 99 (39.06% from 255 or 20.75% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 203 - color contains mainly: red. Hex color #CB63AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB63AF is #349C50. Grayscale: #8A8A8A. Windows color (decimal): -3447889 or 11494347. OLE color: 11494347.

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

Color convert

RGB 203 99 175 -
CMYK 0 0.51 0.14 0.20
HSL 316.15º 0.5% 0.59% -
HSV(B) 316.15º 0.51% 0.8% -
XYZ 36.83 24.72 43.39 -
YUV 138.76 148.46 173.82 -
System Red Green Blue C M Y K H S L
Decimal 203 99 175 0 0.51 0.14 0.20 316.15 0.5 0.59
Hex CB 63 AF 0 33 E 14 13C 32 3B
Octal 313 143 257 0 63 16 24 474 62 73
Binary 11001011 1100011 10101111 0 110011 1110 10100 100111100 110010 111011

Color Harmonies of #CB63AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB63AF

Black with #CB63AF

Text Example


Text Example

White with #CB63AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB63AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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