Html Css Color HEX #CB47B2 Fuchsia

📋 copy color: '#CB47B2'

red 203 ◦ green 71 ◦ blue 178

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

Shades of Fuchsia #CB47B2

Tints of Fuchsia #CB47B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 39.38%

R = 44.91%
G = 15.71%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#CB47B2 (or 0xCB47B2) is known color: Fuchsia. HEX triplet: CB, 47 and B2. RGB value is (203,71,178). Sum of RGB (Red+Green+Blue) = 203+71+178=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 71 (28.12% from 255 or 15.71% from 452); Blue value is 178 (69.92% from 255 or 39.38% from 452); Max value from RGB is 203 - color contains mainly: red. Hex color #CB47B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB47B2 is #34B84D. Grayscale: #7A7A7A. Windows color (decimal): -3455054 or 11683787. OLE color: 11683787.

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

Color convert

RGB 203 71 178 -
CMYK 0 0.65 0.12 0.20
HSL 311.36º 0.56% 0.54% -
HSV(B) 311.36º 0.65% 0.8% -
XYZ 34.92 20.42 44.22 -
YUV 122.67 159.23 185.3 -
System Red Green Blue C M Y K H S L
Decimal 203 71 178 0 0.65 0.12 0.20 311.36 0.56 0.54
Hex CB 47 B2 0 41 C 14 137 38 36
Octal 313 107 262 0 101 14 24 467 70 66
Binary 11001011 1000111 10110010 0 1000001 1100 10100 100110111 111000 110110

Color Harmonies of #CB47B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB47B2

Black with #CB47B2

Text Example


Text Example

White with #CB47B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB47B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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