Html Css Color HEX #C034AF Fuchsia

📋 copy color: '#C034AF'

red 192 ◦ green 52 ◦ blue 175

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

Shades of Fuchsia #C034AF

Tints of Fuchsia #C034AF

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.41%

 BLUE value IS 175 (68.75% from 255) = 41.77%

R = 45.82%
G = 12.41%
B = 41.77%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C034AF (or 0xC034AF) is known color: Fuchsia. HEX triplet: C0, 34 and AF. RGB value is (192,52,175). Sum of RGB (Red+Green+Blue) = 192+52+175=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 52 (20.70% from 255 or 12.41% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C034AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C034AF is #3FCB50. Grayscale: #6B6B6B. Windows color (decimal): -4180817 or 11482304. OLE color: 11482304.

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

Color convert

RGB 192 52 175 -
CMYK 0 0.73 0.09 0.25
HSL 307.29º 0.57% 0.48% -
HSV(B) 307.29º 0.73% 0.75% -
XYZ 30.7 16.76 42.17 -
YUV 107.88 165.88 188 -
System Red Green Blue C M Y K H S L
Decimal 192 52 175 0 0.73 0.09 0.25 307.29 0.57 0.48
Hex C0 34 AF 0 49 9 19 133 39 30
Octal 300 64 257 0 111 11 31 463 71 60
Binary 11000000 110100 10101111 0 1001001 1001 11001 100110011 111001 110000

Color Harmonies of #C034AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C034AF

Black with #C034AF

Text Example


Text Example

White with #C034AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C034AF; }

 p { color: rgb(192,52,175); }

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

background-color css

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

 a { background-color: rgb(192,52,175); }

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

border-color css

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

 span { border-color: rgb(192,52,175); }

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