Html Css Color HEX #CB47C1 Fuchsia

📋 copy color: '#CB47C1'

red 203 ◦ green 71 ◦ blue 193

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

Shades of Fuchsia #CB47C1

Tints of Fuchsia #CB47C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 41.33%

R = 43.47%
G = 15.2%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.05

 K value IS 0.20

RGB Variations

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

Color information

#CB47C1 (or 0xCB47C1) is known color: Fuchsia. HEX triplet: CB, 47 and C1. RGB value is (203,71,193). Sum of RGB (Red+Green+Blue) = 203+71+193=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 71 (28.12% from 255 or 15.20% from 467); Blue value is 193 (75.78% from 255 or 41.33% from 467); Max value from RGB is 203 - color contains mainly: red. Hex color #CB47C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB47C1 is #34B83E. Grayscale: #7C7C7C. Windows color (decimal): -3455039 or 12666827. OLE color: 12666827.

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

Color convert

RGB 203 71 193 -
CMYK 0 0.65 0.05 0.20
HSL 304.55º 0.56% 0.54% -
HSV(B) 304.55º 0.65% 0.8% -
XYZ 36.51 21.05 52.59 -
YUV 124.38 166.73 184.08 -
System Red Green Blue C M Y K H S L
Decimal 203 71 193 0 0.65 0.05 0.20 304.55 0.56 0.54
Hex CB 47 C1 0 41 5 14 131 38 36
Octal 313 107 301 0 101 5 24 461 70 66
Binary 11001011 1000111 11000001 0 1000001 101 10100 100110001 111000 110110

Color Harmonies of #CB47C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB47C1

Black with #CB47C1

Text Example


Text Example

White with #CB47C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB47C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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