Html Css Color HEX #C030C7 Fuchsia

📋 copy color: '#C030C7'

red 192 ◦ green 48 ◦ blue 199

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

Shades of Fuchsia #C030C7

Tints of Fuchsia #C030C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 45.33%

R = 43.74%
G = 10.93%
B = 45.33%

CMYK

 C value IS 0.04

 M value IS 0.76

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C030C7 (or 0xC030C7) is known color: Fuchsia. HEX triplet: C0, 30 and C7. RGB value is (192,48,199). Sum of RGB (Red+Green+Blue) = 192+48+199=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 48 (19.14% from 255 or 10.93% from 439); Blue value is 199 (78.12% from 255 or 45.33% from 439); Max value from RGB is 199 - color contains mainly: blue. Hex color #C030C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C030C7 is #3FCF38. Grayscale: #6B6B6B. Windows color (decimal): -4181817 or 13054144. OLE color: 13054144.

HSL color Cylindrical-coordinate representation of color #C030C7: hue angle of 297.22º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C030C7 is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 192 48 199 -
CMYK 0.04 0.76 0 0.22
HSL 297.22º 0.61% 0.48% -
HSV(B) 297.22º 0.76% 0.78% -
XYZ 33.1 17.44 55.66 -
YUV 108.27 179.21 187.72 -
System Red Green Blue C M Y K H S L
Decimal 192 48 199 0.04 0.76 0 0.22 297.22 0.61 0.48
Hex C0 30 C7 4 4C 0 16 129 3D 30
Octal 300 60 307 4 114 0 26 451 75 60
Binary 11000000 110000 11000111 100 1001100 0 10110 100101001 111101 110000

Color Harmonies of #C030C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C030C7

Black with #C030C7

Text Example


Text Example

White with #C030C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C030C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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