Html Css Color HEX #CB47B4 Fuchsia

📋 copy color: '#CB47B4'

red 203 ◦ green 71 ◦ blue 180

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

Shades of Fuchsia #CB47B4

Tints of Fuchsia #CB47B4

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.64%

 BLUE value IS 180 (70.7% from 255) = 39.65%

R = 44.71%
G = 15.64%
B = 39.65%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#CB47B4 (or 0xCB47B4) is known color: Fuchsia. HEX triplet: CB, 47 and B4. RGB value is (203,71,180). Sum of RGB (Red+Green+Blue) = 203+71+180=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 71 (28.12% from 255 or 15.64% from 454); Blue value is 180 (70.70% from 255 or 39.65% from 454); Max value from RGB is 203 - color contains mainly: red. Hex color #CB47B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB47B4 is #34B84B. Grayscale: #7A7A7A. Windows color (decimal): -3455052 or 11814859. OLE color: 11814859.

HSL color Cylindrical-coordinate representation of color #CB47B4: hue angle of 310.45º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CB47B4 is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 71 180 -
CMYK 0 0.65 0.11 0.20
HSL 310.45º 0.56% 0.54% -
HSV(B) 310.45º 0.65% 0.8% -
XYZ 35.12 20.5 45.29 -
YUV 122.89 160.23 185.14 -
System Red Green Blue C M Y K H S L
Decimal 203 71 180 0 0.65 0.11 0.20 310.45 0.56 0.54
Hex CB 47 B4 0 41 B 14 136 38 36
Octal 313 107 264 0 101 13 24 466 70 66
Binary 11001011 1000111 10110100 0 1000001 1011 10100 100110110 111000 110110

Color Harmonies of #CB47B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB47B4

Black with #CB47B4

Text Example


Text Example

White with #CB47B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB47B4; }

 p { color: rgb(203,71,180); }

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

background-color css

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

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

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

border-color css

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

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

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