Html Css Color HEX #C030C2 Fuchsia

📋 copy color: '#C030C2'

red 192 ◦ green 48 ◦ blue 194

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

Shades of Fuchsia #C030C2

Tints of Fuchsia #C030C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 44.7%

R = 44.24%
G = 11.06%
B = 44.7%

CMYK

 C value IS 0.01

 M value IS 0.75

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C030C2 (or 0xC030C2) is known color: Fuchsia. HEX triplet: C0, 30 and C2. RGB value is (192,48,194). Sum of RGB (Red+Green+Blue) = 192+48+194=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 48 (19.14% from 255 or 11.06% from 434); Blue value is 194 (76.17% from 255 or 44.70% from 434); Max value from RGB is 194 - color contains mainly: blue. Hex color #C030C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C030C2 is #3FCF3D. Grayscale: #6B6B6B. Windows color (decimal): -4181822 or 12726464. OLE color: 12726464.

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

Color convert

RGB 192 48 194 -
CMYK 0.01 0.75 0 0.24
HSL 299.18º 0.6% 0.47% -
HSV(B) 299.18º 0.75% 0.76% -
XYZ 32.53 17.22 52.65 -
YUV 107.7 176.71 188.13 -
System Red Green Blue C M Y K H S L
Decimal 192 48 194 0.01 0.75 0 0.24 299.18 0.6 0.47
Hex C0 30 C2 1 4B 0 18 12B 3C 2F
Octal 300 60 302 1 113 0 30 453 74 57
Binary 11000000 110000 11000010 1 1001011 0 11000 100101011 111100 101111

Color Harmonies of #C030C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C030C2

Black with #C030C2

Text Example


Text Example

White with #C030C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C030C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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