Html Css Color HEX #C047CB Fuchsia

📋 copy color: '#C047CB'

red 192 ◦ green 71 ◦ blue 203

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

Shades of Fuchsia #C047CB

Tints of Fuchsia #C047CB

RGB

 RED value IS 192 (75.39% from 255) = 41.2%

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

 BLUE value IS 203 (79.69% from 255) = 43.56%

R = 41.2%
G = 15.24%
B = 43.56%

CMYK

 C value IS 0.05

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C047CB (or 0xC047CB) is known color: Fuchsia. HEX triplet: C0, 47 and CB. RGB value is (192,71,203). Sum of RGB (Red+Green+Blue) = 192+71+203=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 71 (28.12% from 255 or 15.24% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 203 - color contains mainly: blue. Hex color #C047CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C047CB is #3FB834. Grayscale: #797979. Windows color (decimal): -4175925 or 13322176. OLE color: 13322176.

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

Color convert

RGB 192 71 203 -
CMYK 0.05 0.65 0 0.20
HSL 295º 0.56% 0.54% -
HSV(B) 295º 0.65% 0.8% -
XYZ 34.77 20.02 58.53 -
YUV 122.23 173.59 177.77 -
System Red Green Blue C M Y K H S L
Decimal 192 71 203 0.05 0.65 0 0.20 295 0.56 0.54
Hex C0 47 CB 5 41 0 14 127 38 36
Octal 300 107 313 5 101 0 24 447 70 66
Binary 11000000 1000111 11001011 101 1000001 0 10100 100100111 111000 110110

Color Harmonies of #C047CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C047CB

Black with #C047CB

Text Example


Text Example

White with #C047CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C047CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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