Html Css Color HEX #C030AF Fuchsia

📋 copy color: '#C030AF'

red 192 ◦ green 48 ◦ blue 175

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

Shades of Fuchsia #C030AF

Tints of Fuchsia #C030AF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.57%

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

R = 46.27%
G = 11.57%
B = 42.17%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C030AF (or 0xC030AF) is known color: Fuchsia. HEX triplet: C0, 30 and AF. RGB value is (192,48,175). Sum of RGB (Red+Green+Blue) = 192+48+175=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 48 (19.14% from 255 or 11.57% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C030AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C030AF is #3FCF50. Grayscale: #696969. Windows color (decimal): -4181841 or 11481280. OLE color: 11481280.

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

Color convert

RGB 192 48 175 -
CMYK 0 0.75 0.09 0.25
HSL 307.08º 0.6% 0.47% -
HSV(B) 307.08º 0.75% 0.75% -
XYZ 30.53 16.42 42.12 -
YUV 105.53 167.21 189.67 -
System Red Green Blue C M Y K H S L
Decimal 192 48 175 0 0.75 0.09 0.25 307.08 0.6 0.47
Hex C0 30 AF 0 4B 9 19 133 3C 2F
Octal 300 60 257 0 113 11 31 463 74 57
Binary 11000000 110000 10101111 0 1001011 1001 11001 100110011 111100 101111

Color Harmonies of #C030AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C030AF

Black with #C030AF

Text Example


Text Example

White with #C030AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C030AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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