Html Css Color HEX #C061BE Fuchsia

📋 copy color: '#C061BE'

red 192 ◦ green 97 ◦ blue 190

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

Shades of Fuchsia #C061BE

Tints of Fuchsia #C061BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.67%

R = 40.08%
G = 20.25%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C061BE (or 0xC061BE) is known color: Fuchsia. HEX triplet: C0, 61 and BE. RGB value is (192,97,190). Sum of RGB (Red+Green+Blue) = 192+97+190=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 97 (38.28% from 255 or 20.25% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 192 - color contains mainly: red. Hex color #C061BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C061BE is #3F9E41. Grayscale: #878787. Windows color (decimal): -4169282 or 12476864. OLE color: 12476864.

HSL color Cylindrical-coordinate representation of color #C061BE: hue angle of 301.26º 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 #C061BE is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 97 190 -
CMYK 0 0.49 0.01 0.25
HSL 301.26º 0.43% 0.57% -
HSV(B) 301.26º 0.49% 0.75% -
XYZ 35.31 23.47 51.39 -
YUV 136.01 158.47 167.94 -
System Red Green Blue C M Y K H S L
Decimal 192 97 190 0 0.49 0.01 0.25 301.26 0.43 0.57
Hex C0 61 BE 0 31 1 19 12D 2B 39
Octal 300 141 276 0 61 1 31 455 53 71
Binary 11000000 1100001 10111110 0 110001 1 11001 100101101 101011 111001

Color Harmonies of #C061BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C061BE

Black with #C061BE

Text Example


Text Example

White with #C061BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C061BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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