Html Css Color HEX #C061B9 Fuchsia

📋 copy color: '#C061B9'

red 192 ◦ green 97 ◦ blue 185

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

Shades of Fuchsia #C061B9

Tints of Fuchsia #C061B9

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.46%

 BLUE value IS 185 (72.66% from 255) = 39.03%

R = 40.51%
G = 20.46%
B = 39.03%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#C061B9 (or 0xC061B9) is known color: Fuchsia. HEX triplet: C0, 61 and B9. RGB value is (192,97,185). Sum of RGB (Red+Green+Blue) = 192+97+185=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 97 (38.28% from 255 or 20.46% from 474); Blue value is 185 (72.66% from 255 or 39.03% from 474); Max value from RGB is 192 - color contains mainly: red. Hex color #C061B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C061B9 is #3F9E46. Grayscale: #878787. Windows color (decimal): -4169287 or 12149184. OLE color: 12149184.

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

Color convert

RGB 192 97 185 -
CMYK 0 0.49 0.04 0.25
HSL 304.42º 0.43% 0.57% -
HSV(B) 304.42º 0.49% 0.75% -
XYZ 34.77 23.26 48.56 -
YUV 135.44 155.97 168.34 -
System Red Green Blue C M Y K H S L
Decimal 192 97 185 0 0.49 0.04 0.25 304.42 0.43 0.57
Hex C0 61 B9 0 31 4 19 130 2B 39
Octal 300 141 271 0 61 4 31 460 53 71
Binary 11000000 1100001 10111001 0 110001 100 11001 100110000 101011 111001

Color Harmonies of #C061B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C061B9

Black with #C061B9

Text Example


Text Example

White with #C061B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C061B9; }

 p { color: rgb(192,97,185); }

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

background-color css

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

 a { background-color: rgb(192,97,185); }

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

border-color css

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

 span { border-color: rgb(192,97,185); }

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