Html Css Color HEX #C630B1 Fuchsia

📋 copy color: '#C630B1'

red 198 ◦ green 48 ◦ blue 177

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

Shades of Fuchsia #C630B1

Tints of Fuchsia #C630B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 41.84%

R = 46.81%
G = 11.35%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C630B1 (or 0xC630B1) is known color: Fuchsia. HEX triplet: C6, 30 and B1. RGB value is (198,48,177). Sum of RGB (Red+Green+Blue) = 198+48+177=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 48 (19.14% from 255 or 11.35% from 423); Blue value is 177 (69.53% from 255 or 41.84% from 423); Max value from RGB is 198 - color contains mainly: red. Hex color #C630B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C630B1 is #39CF4E. Grayscale: #6B6B6B. Windows color (decimal): -3788623 or 11612358. OLE color: 11612358.

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

Color convert

RGB 198 48 177 -
CMYK 0 0.76 0.11 0.22
HSL 308.4º 0.61% 0.48% -
HSV(B) 308.4º 0.76% 0.78% -
XYZ 32.28 17.29 43.23 -
YUV 107.56 167.2 192.51 -
System Red Green Blue C M Y K H S L
Decimal 198 48 177 0 0.76 0.11 0.22 308.4 0.61 0.48
Hex C6 30 B1 0 4C B 16 134 3D 30
Octal 306 60 261 0 114 13 26 464 75 60
Binary 11000110 110000 10110001 0 1001100 1011 10110 100110100 111101 110000

Color Harmonies of #C630B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C630B1

Black with #C630B1

Text Example


Text Example

White with #C630B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C630B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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