Html Css Color HEX #C050B4 Fuchsia

📋 copy color: '#C050B4'

red 192 ◦ green 80 ◦ blue 180

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

Shades of Fuchsia #C050B4

Tints of Fuchsia #C050B4

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.7%

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

R = 42.48%
G = 17.7%
B = 39.82%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#C050B4 (or 0xC050B4) is known color: Fuchsia. HEX triplet: C0, 50 and B4. RGB value is (192,80,180). Sum of RGB (Red+Green+Blue) = 192+80+180=452 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.48% from 452); Green value is 80 (31.64% from 255 or 17.70% from 452); Blue value is 180 (70.70% from 255 or 39.82% from 452); Max value from RGB is 192 - color contains mainly: red. Hex color #C050B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C050B4 is #3FAF4B. Grayscale: #7C7C7C. Windows color (decimal): -4173644 or 11817152. OLE color: 11817152.

HSL color Cylindrical-coordinate representation of color #C050B4: hue angle of 306.43º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C050B4 is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 80 180 -
CMYK 0 0.58 0.06 0.25
HSL 306.43º 0.47% 0.53% -
HSV(B) 306.43º 0.58% 0.75% -
XYZ 32.85 20.24 45.36 -
YUV 124.89 159.11 175.87 -
System Red Green Blue C M Y K H S L
Decimal 192 80 180 0 0.58 0.06 0.25 306.43 0.47 0.53
Hex C0 50 B4 0 3A 6 19 132 2F 35
Octal 300 120 264 0 72 6 31 462 57 65
Binary 11000000 1010000 10110100 0 111010 110 11001 100110010 101111 110101

Color Harmonies of #C050B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C050B4

Black with #C050B4

Text Example


Text Example

White with #C050B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C050B4; }

 p { color: rgb(192,80,180); }

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

background-color css

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

 a { background-color: rgb(192,80,180); }

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

border-color css

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

 span { border-color: rgb(192,80,180); }

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