Html Css Color HEX #C049CC Fuchsia

📋 copy color: '#C049CC'

red 192 ◦ green 73 ◦ blue 204

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

Shades of Fuchsia #C049CC

Tints of Fuchsia #C049CC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.57%

 BLUE value IS 204 (80.08% from 255) = 43.5%

R = 40.94%
G = 15.57%
B = 43.5%

CMYK

 C value IS 0.06

 M value IS 0.64

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C049CC (or 0xC049CC) is known color: Fuchsia. HEX triplet: C0, 49 and CC. RGB value is (192,73,204). Sum of RGB (Red+Green+Blue) = 192+73+204=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 73 (28.91% from 255 or 15.57% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 204 - color contains mainly: blue. Hex color #C049CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C049CC is #3FB633. Grayscale: #7B7B7B. Windows color (decimal): -4175412 or 13388224. OLE color: 13388224.

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

Color convert

RGB 192 73 204 -
CMYK 0.06 0.64 0 0.2
HSL 294.5º 0.56% 0.54% -
HSV(B) 294.5º 0.64% 0.8% -
XYZ 35.02 20.33 59.21 -
YUV 123.52 173.42 176.85 -
System Red Green Blue C M Y K H S L
Decimal 192 73 204 0.06 0.64 0 0.2 294.5 0.56 0.54
Hex C0 49 CC 6 40 0 14 127 38 36
Octal 300 111 314 6 100 0 24 447 70 66
Binary 11000000 1001001 11001100 110 1000000 0 10100 100100111 111000 110110

Color Harmonies of #C049CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C049CC

Black with #C049CC

Text Example


Text Example

White with #C049CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C049CC; }

 p { color: rgb(192,73,204); }

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

background-color css

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

 a { background-color: rgb(192,73,204); }

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

border-color css

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

 span { border-color: rgb(192,73,204); }

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