Html Css Color HEX #C074B9 Fuchsia

📋 copy color: '#C074B9'

red 192 ◦ green 116 ◦ blue 185

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

Shades of Fuchsia #C074B9

Tints of Fuchsia #C074B9

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.53%

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

R = 38.95%
G = 23.53%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#C074B9 (or 0xC074B9) is known color: Fuchsia. HEX triplet: C0, 74 and B9. RGB value is (192,116,185). Sum of RGB (Red+Green+Blue) = 192+116+185=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 116 (45.70% from 255 or 23.53% from 493); Blue value is 185 (72.66% from 255 or 37.53% from 493); Max value from RGB is 192 - color contains mainly: red. Hex color #C074B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C074B9 is #3F8B46. Grayscale: #929292. Windows color (decimal): -4164423 or 12154048. OLE color: 12154048.

HSL color Cylindrical-coordinate representation of color #C074B9: hue angle of 305.53º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C074B9 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 116 185 -
CMYK 0 0.40 0.04 0.25
HSL 305.53º 0.38% 0.6% -
HSV(B) 305.53º 0.4% 0.75% -
XYZ 36.74 27.2 49.21 -
YUV 146.59 149.68 160.39 -
System Red Green Blue C M Y K H S L
Decimal 192 116 185 0 0.40 0.04 0.25 305.53 0.38 0.6
Hex C0 74 B9 0 28 4 19 132 26 3C
Octal 300 164 271 0 50 4 31 462 46 74
Binary 11000000 1110100 10111001 0 101000 100 11001 100110010 100110 111100

Color Harmonies of #C074B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C074B9

Black with #C074B9

Text Example


Text Example

White with #C074B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C074B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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