Html Css Color HEX #C630C0 Fuchsia

📋 copy color: '#C630C0'

red 198 ◦ green 48 ◦ blue 192

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

Shades of Fuchsia #C630C0

Tints of Fuchsia #C630C0

RGB

 RED value IS 198 (77.73% from 255) = 45.21%

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

 BLUE value IS 192 (75.39% from 255) = 43.84%

R = 45.21%
G = 10.96%
B = 43.84%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C630C0 (or 0xC630C0) is known color: Fuchsia. HEX triplet: C6, 30 and C0. RGB value is (198,48,192). Sum of RGB (Red+Green+Blue) = 198+48+192=438 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.21% from 438); Green value is 48 (19.14% from 255 or 10.96% from 438); Blue value is 192 (75.39% from 255 or 43.84% from 438); Max value from RGB is 198 - color contains mainly: red. Hex color #C630C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C630C0 is #39CF3F. Grayscale: #6C6C6C. Windows color (decimal): -3788608 or 12595398. OLE color: 12595398.

HSL color Cylindrical-coordinate representation of color #C630C0: hue angle of 302.4º 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 #C630C0 is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 48 192 -
CMYK 0 0.76 0.03 0.22
HSL 302.4º 0.61% 0.48% -
HSV(B) 302.4º 0.76% 0.78% -
XYZ 33.86 17.93 51.54 -
YUV 109.27 174.7 191.29 -
System Red Green Blue C M Y K H S L
Decimal 198 48 192 0 0.76 0.03 0.22 302.4 0.61 0.48
Hex C6 30 C0 0 4C 3 16 12E 3D 30
Octal 306 60 300 0 114 3 26 456 75 60
Binary 11000110 110000 11000000 0 1001100 11 10110 100101110 111101 110000

Color Harmonies of #C630C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C630C0

Black with #C630C0

Text Example


Text Example

White with #C630C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C630C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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