Html Css Color HEX #C061B6 Fuchsia

📋 copy color: '#C061B6'

red 192 ◦ green 97 ◦ blue 182

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

Shades of Fuchsia #C061B6

Tints of Fuchsia #C061B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 38.64%

R = 40.76%
G = 20.59%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#C061B6 (or 0xC061B6) is known color: Fuchsia. HEX triplet: C0, 61 and B6. RGB value is (192,97,182). Sum of RGB (Red+Green+Blue) = 192+97+182=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 97 (38.28% from 255 or 20.59% from 471); Blue value is 182 (71.48% from 255 or 38.64% from 471); Max value from RGB is 192 - color contains mainly: red. Hex color #C061B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C061B6 is #3F9E49. Grayscale: #868686. Windows color (decimal): -4169290 or 11952576. OLE color: 11952576.

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

Color convert

RGB 192 97 182 -
CMYK 0 0.49 0.05 0.25
HSL 306.32º 0.43% 0.57% -
HSV(B) 306.32º 0.49% 0.75% -
XYZ 34.46 23.13 46.91 -
YUV 135.1 154.47 168.59 -
System Red Green Blue C M Y K H S L
Decimal 192 97 182 0 0.49 0.05 0.25 306.32 0.43 0.57
Hex C0 61 B6 0 31 5 19 132 2B 39
Octal 300 141 266 0 61 5 31 462 53 71
Binary 11000000 1100001 10110110 0 110001 101 11001 100110010 101011 111001

Color Harmonies of #C061B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C061B6

Black with #C061B6

Text Example


Text Example

White with #C061B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C061B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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