Html Css Color HEX #C05FB4 Fuchsia

📋 copy color: '#C05FB4'

red 192 ◦ green 95 ◦ blue 180

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

Shades of Fuchsia #C05FB4

Tints of Fuchsia #C05FB4

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.34%

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

R = 41.11%
G = 20.34%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#C05FB4 (or 0xC05FB4) is known color: Fuchsia. HEX triplet: C0, 5F and B4. RGB value is (192,95,180). Sum of RGB (Red+Green+Blue) = 192+95+180=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 95 (37.5% from 255 or 20.34% from 467); Blue value is 180 (70.70% from 255 or 38.54% from 467); Max value from RGB is 192 - color contains mainly: red. Hex color #C05FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05FB4 is #3FA04B. Grayscale: #858585. Windows color (decimal): -4169804 or 11820992. OLE color: 11820992.

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

Color convert

RGB 192 95 180 -
CMYK 0 0.51 0.06 0.25
HSL 307.42º 0.43% 0.56% -
HSV(B) 307.42º 0.51% 0.75% -
XYZ 34.07 22.69 45.76 -
YUV 133.69 154.14 169.59 -
System Red Green Blue C M Y K H S L
Decimal 192 95 180 0 0.51 0.06 0.25 307.42 0.43 0.56
Hex C0 5F B4 0 33 6 19 133 2B 38
Octal 300 137 264 0 63 6 31 463 53 70
Binary 11000000 1011111 10110100 0 110011 110 11001 100110011 101011 111000

Color Harmonies of #C05FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05FB4

Black with #C05FB4

Text Example


Text Example

White with #C05FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05FB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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