Html Css Color HEX #C061B8 Fuchsia

📋 copy color: '#C061B8'

red 192 ◦ green 97 ◦ blue 184

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

Shades of Fuchsia #C061B8

Tints of Fuchsia #C061B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 38.9%

R = 40.59%
G = 20.51%
B = 38.9%

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

#C061B8 (or 0xC061B8) is known color: Fuchsia. HEX triplet: C0, 61 and B8. RGB value is (192,97,184). Sum of RGB (Red+Green+Blue) = 192+97+184=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 97 (38.28% from 255 or 20.51% from 473); Blue value is 184 (72.27% from 255 or 38.90% from 473); Max value from RGB is 192 - color contains mainly: red. Hex color #C061B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C061B8 is #3F9E47. Grayscale: #878787. Windows color (decimal): -4169288 or 12083648. OLE color: 12083648.

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

Color convert

RGB 192 97 184 -
CMYK 0 0.49 0.04 0.25
HSL 305.05º 0.43% 0.57% -
HSV(B) 305.05º 0.49% 0.75% -
XYZ 34.66 23.22 48 -
YUV 135.32 155.47 168.43 -
System Red Green Blue C M Y K H S L
Decimal 192 97 184 0 0.49 0.04 0.25 305.05 0.43 0.57
Hex C0 61 B8 0 31 4 19 131 2B 39
Octal 300 141 270 0 61 4 31 461 53 71
Binary 11000000 1100001 10111000 0 110001 100 11001 100110001 101011 111001

Color Harmonies of #C061B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C061B8

Black with #C061B8

Text Example


Text Example

White with #C061B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C061B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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